{"_id":"@cyclonedx/cyclonedx-npm","maintainers":[{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"},{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"}],"keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"dist-tags":{"unstable-prerelease":"4.1.1-rc.0","latest":"4.2.1"},"author":{"name":"Jan Kowalleck","url":"https://github.com/jkowalleck"},"description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","readme":"# CycloneDX SBOM for _npm_\n\n[![shield_npm-version]][link_npm]\n[![shield_gh-workflow-test]][link_gh-workflow-test]\n[![shield_coverage]][link_codacy]\n[![shield_ossf-best-practices]][link_ossf-best-practices]\n[![shield_license]][license_file]  \n[![shield_website]][link_website]\n[![shield_slack]][link_slack]\n[![shield_groups]][link_discussion]\n[![shield_twitter-follow]][link_twitter]\n\n----\n\nCreate [CycloneDX] Software Bill of Materials (SBOM) from _[npm]_ projects.  \nThis is probably the most accurate, complete SBOM generator for npm-based projects.\n\nBased on [OWASP Software Component Verification Standard for Software Bill of Materials](https://scvs.owasp.org/scvs/v2-software-bill-of-materials/)'s\ncriteria, this tool is capable of producing SBOM documents almost passing Level-2 (only signing needs to be done externally).\n\nThe resulting SBOM documents follow [official specifications and standards](https://github.com/CycloneDX/specification), \nand might have properties following [`cdx:npm` Namespace Taxonomy](https://cyclonedx.github.io/cyclonedx-property-taxonomy/cdx/npm.html)\nand [`cdx` Namespace Taxonomy](https://cyclonedx.github.io/cyclonedx-property-taxonomy/cdx.html)\n.\n\n## Requirements\n\n* `node >= 20.18.0`\n* `npm >= 9`\n\nHowever, there are older versions of this tool that support\n* Node.js v14 or later\n* NPM v6 or later\n\n## Installation\n\nThere are multiple methods for installing this tool:\n\n* As a global tool ala `npm`:\n\n  ```shell\n  npm install --global @cyclonedx/cyclonedx-npm\n  ```\n\n* As a global tool ala `npx`:\n\n  ```shell\n  npx --package @cyclonedx/cyclonedx-npm --call exit\n  ```\n\n* As a development dependency of the current project:\n\n  ```shell\n  npm install --save-dev @cyclonedx/cyclonedx-npm\n  ```\n\n## Usage\n\nDepending on the installation method, the following describes the proper usage:\n\n* If installed as a global tool ala `npm`:\n\n  ```shell\n  cyclonedx-npm --help\n  ```\n\n* If installed as a global tool ala `npx`:  \n  — or —  \n  If installed as a development dependency of the current projects:\n\n  ```shell\n  npx @cyclonedx/cyclonedx-npm --help\n  ```\n\nThe help page:\n\n```text\nUsage: cyclonedx-npm [options] [--] [<package-manifest>]\n\nCreate CycloneDX Software Bill of Materials (SBOM) from Node.js NPM projects.\n\nArguments:\n  <package-manifest>              Path to project's manifest file.\n                                  (default: \"package.json\" file in current working directory)\n\nOptions:\n  --ignore-npm-errors             Whether to ignore errors of NPM.\n                                  This might be used, if \"npm install\" was run with \"--force\" or \"--legacy-peer-deps\".\n                                  (default: false)\n  --package-lock-only             Whether to only use the lock file, ignoring \"node_modules\".\n                                  This means the output will be based only on the few details in and the tree described by the \"npm-shrinkwrap.json\" or \"package-lock.json\", rather than the contents of \"node_modules\" directory.\n                                  (default: false)\n  --omit <type...>                Dependency types to omit from the installation tree.\n                                  (can be set multiple times)\n                                  (choices: \"dev\", \"optional\", \"peer\", default: \"dev\" if the NODE_ENV environment variable is set to \"production\", otherwise empty)\n  -w, --workspace <workspace...>  Only include dependencies for specific workspaces.\n                                  (can be set multiple times)\n                                  This feature is experimental.\n                                  (default: empty)\n  --no-workspaces                 Do not include dependencies for workspaces.\n                                  Default behaviour is to include dependencies for all configured workspaces.\n                                  This cannot be used if workspaces have been explicitly defined using `--workspace`.\n                                  This feature is experimental.\n  --include-workspace-root        Include workspace root dependencies along with explicitly defined workspaces' dependencies. This can only be used if you have explicitly defined workspaces using `--workspace`.\n                                  Default behaviour is to not include the workspace root when workspaces are explicitly defined using `--workspace`.\n                                  This feature is experimental.\n  --no-include-workspace-root     Do not include workspace root dependencies. This only has an effect if you have one or more workspaces configured in your project.\n                                  This is useful if you want to include all dependencies for all workspaces without explicitly defining them with `--workspace` (default behaviour) but you do not want the workspace root dependencies included.\n                                  This feature is experimental.\n  --gather-license-texts          Search for license files in components and include them as license evidence.\n                                  This feature is experimental.\n                                  (default: false)\n  --flatten-components            Whether to flatten the components.\n                                  This means the actual nesting of node packages is not represented in the SBOM result.\n                                  (default: false)\n  --short-PURLs                   Omit all qualifiers from PackageURLs.\n                                  This causes information loss in trade-off shorter PURLs, which might improve ingesting these strings.\n                                  (default: false)\n  --sv, --spec-version <version>  Which version of CycloneDX spec to use.\n                                  (choices: \"1.2\", \"1.3\", \"1.4\", \"1.5\", \"1.6\", default: \"1.6\")\n  --output-reproducible           Whether to go the extra mile and make the output reproducible.\n                                  This requires more resources, and might result in loss of time- and random-based-values.\n                                  (env: BOM_REPRODUCIBLE)\n  --of, --output-format <format>  Which output format to use.\n                                  (choices: \"JSON\", \"XML\", default: \"JSON\")\n  -o, --output-file <file>        Path to the output file.\n                                  Set to \"-\" to write to STDOUT.\n                                  (default: write to STDOUT)\n  --validate                      Validate resulting BOM before outputting.\n                                  Validation is skipped, if requirements not met. See the README.\n  --no-validate                   Disable validation of resulting BOM.\n  --mc-type <type>                Type of the main component.\n                                  (choices: \"application\", \"firmware\", \"library\", default: \"application\")\n  -v, --verbose                   Increase the verbosity of messages.\n                                  Use multiple times to increase the verbosity even more.\n  -V, --version                   output the version number\n  -h, --help                      display help for command\n```\n\n## Demo\n\nFor a demo of _cyclonedx-npm_ see the [demo projects][demo_readme].\n\n## How it works\n\nThis tool utilizes _[npm]_ to collect evidences of installed packages/modules.\nRead more in the [dedicated docs](https://github.com/CycloneDX/cyclonedx-node-npm/tree/main/docs/how.md).\n\nThe appropriate _npm_ executable is detected automatically, yet can be overridden with the environment variable `npm_execpath`.  \nAutodetect: If called from `npm`/`npx` context, then the current _npm_ executable is utilized, otherwise it is managed by SHELL and PATH.\n\nThis tool does not do artificial deduplication.\nTherefore, if a component is installed multiple times, it appears multiple times in the SBOM result.\nRead more on the topic in the [dedicated docs \"Component Deduplication\"](https://github.com/CycloneDX/cyclonedx-node-npm/tree/main/docs/component_deduplication.md).\n\n## Internals\n\nThis tool utilizes the [CycloneDX library][cyclonedx-library] to generate the actual data structures, and serialize and validate them.  \nValidation requires [transitive optional dependencies](https://github.com/CycloneDX/cyclonedx-javascript-library/blob/main/README.md#optional-dependencies).\n\nThis tool does **not** expose any additional _public_ API or classes - all code is intended to be internal and might change without any notice during version upgrades.\nHowever, the CLI is stable - you may call it programmatically like:\n```javascript\nconst { execFileSync } = require('child_process')\nconst { constants: { MAX_LENGTH: BUFFER_MAX_LENGTH } } = require('buffer')\nconst sbom = JSON.parse(execFileSync(process.execPath, [\n    '../path/to/this/package/bin/cyclonedx-npm-cli.js',\n    '--output-format', 'JSON',\n    '--output-file', '-'\n    // additional CLI args\n], { stdio: ['ignore', 'pipe', 'ignore'], encoding: 'buffer', maxBuffer: BUFFER_MAX_LENGTH }))\n```\n## Contributing\n\nFeel free to open issues, bugreports or pull requests.  \nSee the [CONTRIBUTING][contributing_file] file for details.\n\n## License\n\nPermission to modify and redistribute is granted under the terms of the Apache 2.0 license.  \nSee the [LICENSE][license_file] file for the full license.\n\n[license_file]: https://github.com/CycloneDX/cyclonedx-node-npm/blob/main/LICENSE\n[contributing_file]: https://github.com/CycloneDX/cyclonedx-node-npm/blob/main/CONTRIBUTING.md\n[demo_readme]: https://github.com/CycloneDX/cyclonedx-node-npm/blob/main/demo/README.md\n\n[CycloneDX]: https://cyclonedx.org/\n[npm]: http://www.npmjs.com/\n[cyclonedx-library]: https://www.npmjs.com/package/@cyclonedx/cyclonedx-library\n\n[shield_gh-workflow-test]: https://img.shields.io/github/actions/workflow/status/CycloneDX/cyclonedx-node-npm/nodejs.yml?branch=main&logo=GitHub&logoColor=white \"tests\"\n[shield_ossf-best-practices]: https://img.shields.io/cii/level/6614?label=OpenSSF%20best%20practices \"OpenSSF best practices\"\n[shield_coverage]: https://img.shields.io/codacy/coverage/16b034e5463543008e1cc0e2a3ed7005?logo=Codacy&logoColor=white \"test coverage\"\n[shield_npm-version]: https://img.shields.io/npm/v/%40cyclonedx%2fcyclonedx-npm/latest?label=npm&logo=npm&logoColor=white \"npm\"\n[shield_license]: https://img.shields.io/github/license/CycloneDX/cyclonedx-node-npm?logo=open%20source%20initiative&logoColor=white \"license\"\n[shield_website]: https://img.shields.io/badge/https://-cyclonedx.org-blue.svg \"homepage\"\n[shield_slack]: https://img.shields.io/badge/slack-join-blue?logo=Slack&logoColor=white \"slack join\"\n[shield_groups]: https://img.shields.io/badge/discussion-groups.io-blue.svg \"groups discussion\"\n[shield_twitter-follow]: https://img.shields.io/badge/Twitter-follow-blue?logo=Twitter&logoColor=white \"twitter follow\"\n\n[link_website]: https://cyclonedx.org/\n[link_gh-workflow-test]: https://github.com/CycloneDX/cyclonedx-node-npm/actions/workflows/nodejs.yml?query=branch%3Amain\n[link_codacy]: https://app.codacy.com/gh/CycloneDX/cyclonedx-node-npm/dashboard\n[link_ossf-best-practices]: https://www.bestpractices.dev/projects/6614\n[link_npm]: https://www.npmjs.com/package/@cyclonedx/cyclonedx-npm\n[link_slack]: https://cyclonedx.org/slack/invite\n[link_discussion]: https://groups.io/g/CycloneDX\n[link_twitter]: https://twitter.com/CycloneDX_Spec\n","repository":{"type":"git","url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git"},"bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"license":"Apache-2.0","versions":{"1.10.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.10.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.10.0","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"88c4da2761d188278b1487118f0ac61c4f524a90","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.10.0.tgz","fileCount":15,"integrity":"sha512-qcBwsa2r0pxRvAFSg3dDgIa2cLaIm4nT9W3d4pP4CydtFPjWhUO/4og+bHpGF/Vaf483koUvlyCloXN4h3fz+A==","signatures":[{"sig":"MEQCIAfXG9WsXoWiU0/tKxAUOOO7g15cva9jpfHMywNbXtSjAiBpS89CL5wa08NugGaoY86fLvM8Be+iOOSdL5g8NgXz8g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":65595,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPR+EACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqT5A/9GpWGtV06NfAMhF0VmDgAKmqUQ8I7wTap+FZCCh/smLpfHvEZ\r\nwW8Di9rjGQBF6X/7rKcNmR5sewyPZt4cHqoUJ5jDc5TtFDhslhuIo+fQ40iN\r\nOBqnYJYXH5ah6mFDTn8F/p27cKKNOP+FyFpQ4YHw9yFOdhaXh/i+InWA4dbg\r\nCqOIe8nbedDf10WaqMWgEndArkuvpWFwtSt7kx8j+HO+3jtW+6Hz8O90av0b\r\nTiFwulON6aDqT2PofcN48svxhm4WPgVtaPp9KYOO34G1GKaDaGl0lK8pRll4\r\n1daEloFe+kIWnglXkMOsx8kEaAHslpOJljrtxKtnWDdfsTnDvoTEIXmGLbJW\r\nfOmCP1KFbNBDbuiCz0VKVNR7dtn8kA3oemUr7C1iKeQxYcjUP4z3X9GgftRB\r\nblFlGsBuN5h/7SDk5p9bh6zqYSp57Uw1hh+IoFbA//3FstgYfnMju9L+Nd31\r\n4d3QbrviPW3CRbR1D5ovqN6pHSPXJehODSY1jToVm5Qskf0I9oyGQiV7fo3C\r\nn+Q6DyRsRJGFiN+JfLhfn6hX61rDaD+zuMsfDvWEBSG1sDsMpSpQbqe9D62D\r\nfV+ekq+sXK9mqlVaSFFvgXXD3cKC0dqFzxzWNfPvt1x0T5qh44Vwg6139bHV\r\nuOr0vGCDqwZno95A0+0muBvkwzzNHcqaDnY=\r\n=9l3+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://github.com/sponsors/jkowalleck","type":"github"},{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"368d08105d24da6534a5edf520abfc72758f7c61","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"9.5.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"18.15.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^3||^4||^5","@cyclonedx/cyclonedx-library":"^1.13.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.5.0","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^16.0.0","typescript":"^5.0.4","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"^3.1.1","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-config-standard-with-typescript":"^34.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.10.0_1681727363782_0.7827050922052432","host":"s3://npm-registry-packages"}},"4.1.1":{"name":"@cyclonedx/cyclonedx-npm","version":"4.1.1","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@4.1.1","maintainers":[{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"},{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"}],"contributors":[{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},{"name":"Alex Miller","email":"codex.nz@gmail.com"},{"url":"https://github.com/MalickBurger","name":"Malick Burger","email":"malickjackburger@gmail.com"},{"url":"https://github.com/igord","name":"Igor Dimitrijevic"},{"url":"https://github.com/arthurlutz","name":"Arthur Lutz"},{"url":"https://github.com/joonamo","name":"Joona Heinikoski"},{"url":"https://github.com/cuhland","name":"cuhland"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"f35e496d6379974e04c8df3a42cd2df8215bdeaa","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-4.1.1.tgz","fileCount":25,"integrity":"sha512-Maa1gYAnNw53niNfanc+15MsvXMZ1jW5LewkuLu2vnyiryK9/F7AWRMHaE2q1Lfc2Ak5Sk3jK04tGb6JukaIWA==","signatures":[{"sig":"MEQCIDUzRVXE90Uh253BbR3JfYlnNSeo/wU22G1En0uhz42oAiB5mYWBe54FmJ+jdlLRq3vKGUdxbdqbbUwy9nb6XlXTFw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cyclonedx%2fcyclonedx-npm@4.1.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":92832},"main":"./dist/cli.js","type":"commonjs","engines":{"npm":">=9","node":">=20.18.0"},"exports":"./index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"c064d760fcab8c98cdf19da3a79fd90727347aa8","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:\\*","build":"tsc -b ./tsconfig.json","cs-fix":"npm --prefix tools/code-style exec -- eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","build-dev":"npm run -- build --sourceMap","dev-setup":"npm i && run-p --aggregate-output -lc dev-setup:\\*","test:jest":"c8 jest","prepublish":"npm run build","setup-tests":"node tests/integration/setup.js","test:standard":"npm --prefix tools/code-style exec -- eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build setup-tests test","dev-setup:tools":"run-p --aggregate-output -lc dev-setup:tools:\\*","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","test:dependencies":"npm --prefix tools/test-dependencies exec -- knip --include dependencies,unlisted,unresolved --production","dogfooding:npm-exec":"npm exec .","dev-setup:tools:code-style":"npm --prefix tools/code-style install","dev-setup:tools:test-dependencies":"npm --prefix tools/test-dependencies install"},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.9.4","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"22.21.1","dependencies":{"commander":"^14.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^7.0.0 || ^8.0.0","@cyclonedx/cyclonedx-library":"^8.4.0||^9.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^10","jest":"30.2.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.9.3","@types/node":"ts5.8","imurmurhash":"^0.1.4","npm-run-all2":"^7 || ^8","@types/normalize-package-data":"^2.4.4"},"optionalDependencies":{"ajv":"^8.12.0","libxmljs2":"^0.35||^0.37","ajv-formats":"^3.0.1","ajv-formats-draft2019":"^1.6.1"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_4.1.1_1762854094886_0.07199100853691753","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-beta.8":{"name":"@cyclonedx/cyclonedx-npm","version":"1.0.0-beta.8","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.0.0-beta.8","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"6d8960923005c2ce8086c3e9ed729ec5a4b22f18","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.0.0-beta.8.tgz","fileCount":12,"integrity":"sha512-io+2bnCA6rLdLAY7HY3l4WCbnqXNW68bzwJum+aNQaEzSh68oD+cruuvME92ZJW4c159X8/jTXDH+xUq9CfOhg==","signatures":[{"sig":"MEQCIEtm4IZmvuqB6gNnXB29Y6l3hsckMvPTmvNQKSoC/+wIAiAJdMlziT2+fmYIKy242aC9K4BpyyHM6gloBktlxPpQsg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47451,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjHH5jACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoWVw/+L19o/7XeoTFkZ52SGsamCrP3ahSyCPNZVKxnhmih6SWw1aX2\r\n4xfpNig9A+ChxyB3FbbV10zuJDSj3jd8KPR+kFkM1f0JNhi+harXHXKxL/Rz\r\nDCqa5dI3kAdf/ynvovZm8lNvmZd/ONCY5d7/a0xnBFItgl+Djr+K+VD/RyMc\r\nNpiUDzIBS60PEurFJfkU7zLTBeYJI+YYEOsKb7YblpGGqjb3bX9K9sq1Y1I2\r\npTbSLTv3TggR/HICwMAxrX+wp+Y8K1S4hQVPfwOGEvDU+kf7iO1FdItTpRvX\r\nhcsSSm69Ke0y7N2AT1lzi5jrJveJa76xzU4l9S3dN2A9b4CxFT3sg12IXbAt\r\nk579LJGr7ZSZ1dOkU++H0T8LHkHYeV9wkiBuW5QxHMAICRlk+oCsheI8sHUt\r\nliPJjjOHB/x2y5zNhh24+CM4Uli4yH2N/ivXSV82PmPgBY3bftzrAWNLtZLH\r\nd+RaUoysVUTVdMOtTULl8J0OoET7RgYwIWCkXFB0tqUKDyvtlctxK52awzX3\r\na13Llwwe/FUDaXxylua44wMPjIyufVsBQ8vOAbO68HCSRQXQ8Fi6CiimBIpf\r\nRJZQVP6UFa29XzwjiyrS9ssyhjmuYFpyyGeOTCn/uhCwJe1D7w8pWaYjhStI\r\nIBRkEDBmUE/NVkibvYHjn5xKsZdQSzCzVsE=\r\n=e95a\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 8","node":">=14"},"exports":"./dist/index.js","gitHead":"fc8f5c5cf4888d54daeb72ab5d9b9c46462d693d","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","dog-feed":"node -- bin/cyclonedx-npm-cli.js","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","prepublishOnly":"npm run build"},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"8.15.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"16.17.0","dependencies":{"commander":"^9.4.0","xmlbuilder2":"^3.0.2","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^14.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-simple-import-sort":"^8.0.0","eslint-config-standard-with-typescript":"^22.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.0.0-beta.8_1662811747166_0.01132420662682021","host":"s3://npm-registry-packages"}},"4.1.2":{"name":"@cyclonedx/cyclonedx-npm","version":"4.1.2","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@4.1.2","maintainers":[{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"},{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"}],"contributors":[{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},{"name":"Alex Miller","email":"codex.nz@gmail.com"},{"url":"https://github.com/MalickBurger","name":"Malick Burger","email":"malickjackburger@gmail.com"},{"url":"https://github.com/igord","name":"Igor Dimitrijevic"},{"url":"https://github.com/arthurlutz","name":"Arthur Lutz"},{"url":"https://github.com/joonamo","name":"Joona Heinikoski"},{"url":"https://github.com/cuhland","name":"cuhland"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"852e7760d2839022f89b5c2554499916059f9fe2","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-4.1.2.tgz","fileCount":16,"integrity":"sha512-SYabtTOgXQeiwTDSnXVqwDEKmcyF7tcMdH62roCacxqfIey0HOxdh1L0JkjM45t6WO9Z8QnA/hQ8FQzLU03AMA==","signatures":[{"sig":"MEUCICfQ+Q144QWsntNella6K453kCKAvBXoXxiKjAVdtydxAiEArnoxQrbU5zUACzOzNRl+iWGtFT7mscOH3voGaR2+HhE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cyclonedx%2fcyclonedx-npm@4.1.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":82737},"main":"./dist/cli.js","type":"commonjs","engines":{"npm":">=9","node":">=20.18.0"},"exports":"./index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"e5b75696bb46af1ef29f05f3d7ec6e39e6c0ab76","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:\\*","build":"tsc -b ./tsconfig.json","cs-fix":"npm --prefix tools/code-style exec -- eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","build-dev":"npm run -- build --sourceMap","dev-setup":"npm i && run-p --aggregate-output -lc dev-setup:\\*","test:jest":"c8 jest","prepublish":"npm run build","setup-tests":"node tests/integration/setup.js","test:standard":"npm --prefix tools/code-style exec -- eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build setup-tests test","dev-setup:tools":"run-p --aggregate-output -lc dev-setup:tools:\\*","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","test:dependencies":"npm --prefix tools/test-dependencies exec -- knip --include dependencies,unlisted,unresolved --production","dogfooding:npm-exec":"npm exec .","dev-setup:tools:code-style":"npm --prefix tools/code-style install","dev-setup:tools:test-dependencies":"npm --prefix tools/test-dependencies install"},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.9.4","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"22.21.1","dependencies":{"commander":"^14.0.0","xmlbuilder2":"^3.0.2 || ^4.0.3","normalize-package-data":"^7.0.0 || ^8.0.0","@cyclonedx/cyclonedx-library":"^8.4.0||^9.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^10","jest":"30.2.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.9.3","@types/node":"ts5.8","imurmurhash":"^0.1.4","npm-run-all2":"^7 || ^8","@types/normalize-package-data":"^2.4.4"},"optionalDependencies":{"ajv":"^8.12.0","libxmljs2":"^0.35||^0.37","ajv-formats":"^3.0.1","ajv-formats-draft2019":"^1.6.1"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_4.1.2_1764939616812_0.568174874117839","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-beta.7":{"name":"@cyclonedx/cyclonedx-npm","version":"1.0.0-beta.7","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.0.0-beta.7","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"5be336d776deb5016f0c0ea38b8fc873649bb7bb","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.0.0-beta.7.tgz","fileCount":12,"integrity":"sha512-nSJIqACByyifVH9JR2c4EOblfQ0L8QFCFr4c5LMQ8pX4LdYWYr72AMLVSYDr76Q/701WTVwseQ6pnlfxy3umOg==","signatures":[{"sig":"MEUCICsa98QRTVRz+2FlEf2XC8Hl4DSGTQqXHqgE/PS9tdRFAiEA08Q2+p7Lmp8aQSNYnXOFuqtMACgN12JPX+4BCJuSOMw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47474,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGO3iACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoJbBAAng1PbRGj4bHuOMnCoX6Fi15ZK/bFNAHjQn6cMifeKWmXa1hD\r\nKrkEaHk3zf6Zt/7vFhJeDFiLSj/1gWpFlfGpAyIFfkZeiEkfRwtSwlYKmHpx\r\nplmI777RUHJms/rD4SsaCxS2NMbaOGHt1HsK8uEsQgzTd5yeUwhkHONeVudj\r\n2FRqrvYgLJpM3V6GTp9VhQPetBUBLmtZm9arU9FlRnLMJYWjYByCMPCRYNnK\r\naE7BPpYi5J84oPTgW5GU8emKz4IDZR6c8GBuCD1TOGzSpbAzj5RBgqASrhiI\r\n3wueQKW+A1LlqNtm65tw89fOPTQhKbfYw9hSiZjz+UU0VcBZLrB4uZnx7WAO\r\nucePrgJSfEWkCDsHBLaGY3Uok0kCQGkpQhCXN7Sgq/FeUHP8qVTfxEkosjgM\r\nRYqx5AWueY0YdWXn4As/+ned8qqds8IhwBS4E98HgY8p48e9eIlTXIOdq8Pd\r\n8VjJxKaLymnZrOW6RkMZv2jTyBXXnUk6VntBdMLpQZWWRg8aJhdKu8W4eW+s\r\nVITm86dlvz4Btyz7IhQ46A5pf7wW/GH66F7sFfbbku20f2Zd87MvGrqXzlzj\r\nFgUpNqV0WUvCgBSu1oKZMA1A7+u1TFQzKxmbMulWdHElrFnTn+UU1sje24Zq\r\nu59tGb1D5eDMpUHyl7klh8v+rviZ9VYWToI=\r\n=8mfr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 8","node":">=14"},"exports":"./dist/index.js","gitHead":"d4a29f0adc5448a6ffa8d5b8c46bbe3554571cf1","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","prepublishOnly":"npm run build"},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"8.15.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"16.17.0","dependencies":{"commander":"^9.4.0","xmlbuilder2":"^3.0.2","packageurl-js":"^0.0.7","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^14.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-n":"^15.2.5","eslint-plugin-import":"^2.26.0","eslint-plugin-promise":"^6.0.1","@typescript-eslint/eslint-plugin":"^5.36.2","eslint-config-standard-with-typescript":"^22.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.0.0-beta.7_1662578145885_0.45451596391775206","host":"s3://npm-registry-packages"}},"1.0.0-beta.6":{"name":"@cyclonedx/cyclonedx-npm","version":"1.0.0-beta.6","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.0.0-beta.6","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"7ea4c0ad633d537bd0303ed034ed1cf1d5a677a4","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.0.0-beta.6.tgz","fileCount":12,"integrity":"sha512-6L2h03sWLkzkM6WMShcuggKYJcq7Tsm1f6z0pJ32V/0Y0ccdgAe/1IvVvMRv46MMzids9MdggiSAthrOBhB/mg==","signatures":[{"sig":"MEUCICwvAsALwkJ/8qyyUbOBFbIjYGPzSKrPP97jMx7JQXINAiEAiaaGNv5k+WHSKaxypsDDZ8Bp6Qht31+0Z2yhiCl8xrU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47454,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF1x/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmremxAAhAOyx1CrNpUi81aaOhOv9rsZ9rLqVTKqfQQgfaGb2Zdgf3Jb\r\nCchf0z7w5LNiKfz1e9ElnZCCE07EBs8DyL19dd+CV5H+zHXROewSuNX0NNYg\r\n0S0p4EdeEnGoRDf30IPapWORleeC9vVfBdMWHJE/Bj5ox7wzeZX0/TdGzN5a\r\nPuzS3k3tK9SW3hlMD0WqrXuH3EXSpF9hNt+NGIyx9q0DR6RTg5zKnL3ecZXY\r\nzZoBxv2dF2chkbzlTwwxnk49XJcNv7w7mzH/j02r+ktgqi0UyAV3t9mGN25o\r\na6A8eqCN1J9Wi7oWcFRacWicCXhBU3Y3nK7kX5eZPEmj4WOzurEXBasUgp8S\r\nVFeW54JIpmLdgXASoKdTcLIV2k7RHVpbZ3eBcokNHCYDuKX/NSu1pNJTC3Cq\r\nhx8fI/XKx1N840gL7VmxCLkf6QilEI37XDaEFIzwfcWbvLVvMIzxvW2orbSu\r\npYhzjlLIL5WM7ye7d9Z2AWrId0UP03hOe0/LeGpAlhPXo+BeSGIXM4pXjFb3\r\nUp417pnyzu7k6SgJdlAUKsdce7Fl1xbxree/Ju2HMPwE36eaURRVmxLfyKiT\r\nU4H6ZO8PkX4A2Wm9h6LJmCl9fBuD7040uKgG1yW+tVta3ZhqclpkrL/GwtAD\r\nQw4R3gr2Aky2f0sjaaEZzdodnyhLDKG1wGM=\r\n=H3gj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 8","node":">=14"},"exports":"./dist/index.js","gitHead":"773e7b99b76e1c256fc68b1c75697d71ee34f2e7","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","prepublishOnly":"npm run build"},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"8.15.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"16.17.0","dependencies":{"commander":"^9.4.0","xmlbuilder2":"^3.0.2","packageurl-js":"^0.0.7","@cyclonedx/cyclonedx-library":"^1.3.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^14.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-n":"^15.2.5","eslint-plugin-import":"^2.26.0","eslint-plugin-promise":"^6.0.1","@typescript-eslint/eslint-plugin":"^5.36.2","eslint-config-standard-with-typescript":"^22.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.0.0-beta.6_1662475391140_0.3480624448171019","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"@cyclonedx/cyclonedx-npm","version":"4.1.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@4.1.0","maintainers":[{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"},{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"}],"contributors":[{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},{"name":"Alex Miller","email":"codex.nz@gmail.com"},{"url":"https://github.com/MalickBurger","name":"Malick Burger","email":"malickjackburger@gmail.com"},{"url":"https://github.com/igord","name":"Igor Dimitrijevic"},{"url":"https://github.com/arthurlutz","name":"Arthur Lutz"},{"url":"https://github.com/joonamo","name":"Joona Heinikoski"},{"url":"https://github.com/cuhland","name":"cuhland"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"66972e4b5fd6509e0cf91262d7d392b20e5faa5e","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-4.1.0.tgz","fileCount":25,"integrity":"sha512-DoPAgYZElMWGT8Z8ZvFzuOYVwNALCH4z9YoJJ9zA36R+X/ezgx/WX0N3/Z8Z6pECLU44jFIcmH0tCPQtbGWHXw==","signatures":[{"sig":"MEYCIQDvgWAiOrzAGWNeUtovW7NyeLAEeB+7+krTX7vd0xIAEAIhAM37extyb8Y2rDyLpmbClPucBksD3EVze5tCFzYZCimi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cyclonedx%2fcyclonedx-npm@4.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":92862},"main":"./dist/cli.js","type":"commonjs","engines":{"npm":">=9","node":">=20.18.0"},"exports":"./index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"402546e3ec5f31a82dacd5ad489f11baec1e6c0c","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:\\*","build":"tsc -b ./tsconfig.json","cs-fix":"npm --prefix tools/code-style exec -- eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","build-dev":"npm run -- build --sourceMap","dev-setup":"npm i && run-p --aggregate-output -lc dev-setup:\\*","test:jest":"c8 jest","prepublish":"npm run build","setup-tests":"node tests/integration/setup.js","test:standard":"npm --prefix tools/code-style exec -- eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build setup-tests test","dev-setup:tools":"run-p --aggregate-output -lc dev-setup:tools:\\*","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","test:dependencies":"npm --prefix tools/test-dependencies exec -- knip --include dependencies,unlisted,unresolved --production","dogfooding:npm-exec":"npm exec .","dev-setup:tools:code-style":"npm --prefix tools/code-style install","dev-setup:tools:test-dependencies":"npm --prefix tools/test-dependencies install"},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.9.3","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"22.20.0","dependencies":{"commander":"^14.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^7.0.0 || ^8.0.0","@cyclonedx/cyclonedx-library":"^8.4.0||^9.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^10","jest":"30.2.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.9.3","@types/node":"ts5.8","imurmurhash":"^0.1.4","npm-run-all2":"^7 || ^8","@types/normalize-package-data":"^2.4.4"},"optionalDependencies":{"ajv":"^8.12.0","libxmljs2":"^0.35||^0.37","ajv-formats":"^3.0.1","ajv-formats-draft2019":"^1.6.1"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_4.1.0_1761732239425_0.27011669227818635","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-beta.1":{"name":"@cyclonedx/cyclonedx-npm","version":"1.0.0-beta.1","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.0.0-beta.1","maintainers":[{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"6bf1062f5b1319588629366eb86c8f9bd7725462","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.0.0-beta.1.tgz","fileCount":13,"integrity":"sha512-kM1EQAp+bQCmW8bvgN8Lyeh61Rp+KLgaF6oT8tw9nqdho4NPIt048FUyHTeEY7tX+EFk+P/Y2VPSQ3fUDi2cKg==","signatures":[{"sig":"MEQCIAgA2XuGktrlPpZCuG/uMRoQvJl9unw4XMkBsdZYKZzdAiBiiSE+Nw54xekjs5hkyIEjijivi4BX2yiLtEl2rVz86g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":468552,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjALgnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpCzQ//e16BdU3g2kXFkUm5etUQcS9xVPsUmptBdcnrDlQxno9JZyYu\r\nqypnAMH9Qai3UytoPluFk4QC3i1VxMLk6i9S2N3IIL4UA3IZFI0FpCUJUlk+\r\n3MsQ2HfZ5tK1zVyTK7ORzyN5GNHidCfUwJZ87pg3DtUt2U/2W/m5W73VjvUw\r\nlVdqCzYYoPQC26tfolaCi/S7aehQ7q473Yoz87FJTABWmJ7+Jfrr3UbzCHP7\r\nhm8TVUc/eX8b302D2E2t/M/VeAGbDYETMFNkuHItG92vVukAuJMYf9T+0FFt\r\nS6m+P6YqqEebh0Zhg48ZN+cPEcXu9iiMd6X1AAN3lUKbrI6yRIXCD9Bt2I8f\r\nn+MoM58E6j5IGefP47msI735W6Hl9BhyEg6J63jc8iTsS5ASkZ3WlMDWyQo9\r\ngF2ybi3wnL5xRxmBfUzHQs2K0yKFZ6BRRbVZWhoIofbi2drpuqNLBXVv8MbF\r\nBkiPCnc5d4r7VaFRoI5e1U8Rg5eM0ceWh/LiRwvV/Q1oF1KNp21ICTICiC3g\r\nq6SbBreGPVVYtCc6I66RFcrj+1agSK99+S0AFSn8kW+GS5R3yOKajTrym/dZ\r\nrR1m13sUYLSTXEKAgl9uIpYZsWrC82cIS8yFqnM3JSx5VXhPeDDf5TQlJRUV\r\n4EEyMwJHZ2H4lt1nHANsRser4G5ccG7KYmk=\r\n=HSfP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 8","node":">=16.0.0"},"exports":"./dist/index.js","gitHead":"58a55f2f9b0e7b756b848f1ccc55e67a6b07432d","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(\"dist\",{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","prepublishOnly":"npm run build"},"_npmUser":{"name":"sspringett","email":"steve.springett@owasp.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"8.11.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","test":"tests","example":"demo"},"_nodeVersion":"16.16.0","dependencies":{"commander":"^9.4.0","xmlbuilder2":"^3.0.2","packageurl-js":"^0.0.7","@cyclonedx/cyclonedx-library":"^1.3.3"},"_hasShrinkwrap":true,"devDependencies":{"jest":"^28.1.3","eslint":"^7.32.0","jest-junit":"^14.0.0","typescript":"^4.7.4","@types/node":"^18.0.6","npm-run-all":"^4.1.5","ts-standard":"^11.0.0","@typescript-eslint/parser":"^4.33.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.0.0-beta.1_1660991526898_0.002522990523043722","host":"s3://npm-registry-packages"}},"1.0.0-beta.5":{"name":"@cyclonedx/cyclonedx-npm","version":"1.0.0-beta.5","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.0.0-beta.5","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"c4b1938a2bd55a49ca2436047003a74f0b40b712","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.0.0-beta.5.tgz","fileCount":12,"integrity":"sha512-4xobe1UQcJsBCaAMwoDb7LTHRlhjcxSjtsrQ8OHuSWGuiFDt/27RgBl8KnV65wjWp63d+7FvQjufnW741kOLvw==","signatures":[{"sig":"MEUCIQD9yfcoXXxae5aoMUz8aLJqzzO3+9nMLpP1yGAOgBKpPwIgSOVHzPK1hUQm4/QgtaKmsjTqjheY8++hXPmSiULToZA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46590,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFy9fACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJOw/+NGEtvwme7ANzPw++Y0Wr/sHKT93/lU3+Y7IA2JnMR9KTSesH\r\nqD9JAu1fMvw7WfJKu/tYYjDjO617KcCSNwhyaQPdyPye1EqsyColeY4F6vHO\r\nu9UN/O9wCg/6sglTer4V3DnpTomGgeSpmtd1E5rqMKSRoAKhYKabJ4stx86i\r\nr7J38bhBCJUglqYX7qpzFqAX6l2+7xTq4htYHn54v78tb1lHxHkAgJHgwUSs\r\nyx9kBd4734IWl8645TnDgzcrmO6igU9Un2y9dD7DUwMP0T2B6Id6k3PRbN74\r\nweiefO+sOiepeAyH9tV07ZzIw/Rhf8Mv6+oSH0s4ANlQ06q7SbKxbL5TsjKH\r\n4u7+eImhSRqNTVD9ZLAQiiFWGaEAf4yN8/wsUB7mVyEFR7XFk5mg5nUI2cM1\r\nL+kazynkZ8P3i9fkAMCePL2uaTofZrmkl8O0GupS64gfnsZGV2AzqjGq+6fQ\r\nJ4swvgA20t4g2XvcojDfPvYxOCSshiBG7VsKVgL0fohbjhYUF2gikXaW76h8\r\n2FkOyp38xLq33hrmiwmP1ufCL1q4pyEyHm6ubSlwfu5mIez1bfZmoR2mivHG\r\nybYF5p+47BOIAnnCcn7m0dYDT1ivCeGigxnVYQ+U2aFl5SZJdzDzl+fWFZds\r\nalbPdxzt5FvXq6bKCNn8HQb5sA+x2ZjWA+U=\r\n=gG9k\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 8","node":">=14"},"exports":"./dist/index.js","gitHead":"d130de8dab459c95e7dc736359d6fe2ed9ba7ef2","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","prepublishOnly":"npm run build"},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"8.15.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"16.17.0","dependencies":{"commander":"^9.4.0","xmlbuilder2":"^3.0.2","packageurl-js":"^0.0.7","@cyclonedx/cyclonedx-library":"^1.3.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^14.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-n":"^15.2.5","eslint-plugin-import":"^2.26.0","eslint-plugin-promise":"^6.0.1","@typescript-eslint/eslint-plugin":"^5.36.2","eslint-config-standard-with-typescript":"^22.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.0.0-beta.5_1662463839826_0.06244668815643095","host":"s3://npm-registry-packages"}},"1.0.0-beta.4":{"name":"@cyclonedx/cyclonedx-npm","version":"1.0.0-beta.4","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.0.0-beta.4","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"ea1547cc89a7b2a56625a7bca2d40d298de694ee","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.0.0-beta.4.tgz","fileCount":12,"integrity":"sha512-9+zNPib5gUMGVazjvTKToTf7ZJWj/Ik9/qWQyvZHe2NDqMOcH/1pB/qVPjJ5JChei8Bc9Q5+UNQgUIt7S+gI7g==","signatures":[{"sig":"MEUCIQDGZ/UHG3bkvxnmOuOKenFWTeaAyJCuyrmfrR0PG9SZQgIgep0LtF50YoyU2H7e9nGo2JGWTduMo+I176wQUCVG8wU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45195,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjB60LACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrDBRAAhV4uW5ht01BKTijdHTfdFPiwBbEYaRv8vQWwOnMT7fRX+IYI\r\nECNSD0Yy0/XSJfNsKb+XSle9HAmvOMBMIb1DOgcBxtYWsu3jUIp+Dp4iw1AO\r\nk8ds4GBjb8OV+7nNbif42EcxAM+AgXQqEfiannGF6UHPlyfZFBpPBK1FZ0f7\r\nlLc9u7/U09+NKLX/kfsvoMmhH6GYpEZk3/uatko/ir1fu0dTPMH4JoX+CTxD\r\ncZTt7yarzk+LYWoSvtys3U4OjJ5AwOuMF7VlPwN+JJ4ld3aP5FhotnHPp055\r\nacBSIi8kJVF3vWHnHwcgFsmus333fk32MtqZ04YDK1ABT7MWNsUq4gqvr2uo\r\n/m83+a4JZ5hf4trivhXf27WhkFrMHeZH7kXzYH2oC11tq+NYwhzY3Kr8DlO0\r\nTtzyDo7fl4i7sZZIwnRvEBBlETg0U0ln2RhZSyrUI4nNBhXTJN4+MHWEDhGJ\r\nS0IjzMRSliuUUKUP7uGeK6yptC007s+zjiaBFui9sCOHXg+BCRZQnXupw45t\r\no9j7z+tJ3gTzOKCXPoVLYCFYGw150qZGLra4hxrNME8ppDrd6evgAn9Be+Z/\r\n8eTe7SzBKHjm8CQhO/fxxVJ/sirZp9V+ht3feG19nG4qUNA6Jce/9d44rXmC\r\nDm5e82INQh0moRaWpHiQc93PuqyaXhi9p7s=\r\n=Ec37\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 8","node":">=16"},"exports":"./dist/index.js","gitHead":"8c8ea716c9468df26f0bc7e02e8c46d37e7a26f7","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","prepublishOnly":"npm run build"},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"8.11.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"16.16.0","dependencies":{"commander":"^9.4.0","xmlbuilder2":"^3.0.2","packageurl-js":"^0.0.7","@cyclonedx/cyclonedx-library":"^1.3.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^7.32.0","jest-junit":"^14.0.0","typescript":"^4.7.4","@types/node":"^18.0.6","npm-run-all":"^4.1.5","ts-standard":"^11.0.0","@typescript-eslint/parser":"^4.33.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.0.0-beta.4_1661447435478_0.6986033053091816","host":"s3://npm-registry-packages"}},"1.0.0-beta.3":{"name":"@cyclonedx/cyclonedx-npm","version":"1.0.0-beta.3","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.0.0-beta.3","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"668fbb9885f6a4c0c29b77edfb836e6e5e8e095e","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.0.0-beta.3.tgz","fileCount":12,"integrity":"sha512-itv/aEV4B/Q+S+YXck7vJL8NIXjfyogKdK6r6b3gdTY0S3QkdUKv2fcj4ashg8xoKZ4TylBELSiNwrmtzeqjcQ==","signatures":[{"sig":"MEQCIDc+WkNUisJVB8oYVmhH1uSKVNe+BCZf0ppu5VueTrPsAiA4VvWFvcpOpVQfjxD2qdwQ2CbOq0DOtOSdq6hYiX20yg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45034,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBQ9VACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqckg//WPqdVSKu2u92xRKxj93UdiBPbKXdLTa3mSUEnGcnpoDRzT5A\r\niMuDC5DQ1+Xy3/6Tu3PH+9QNEvS4mgj0nKaGnlXEPz1tSunaZj6us0Tn/sVQ\r\nYLaiPVhlxua4wbcmmZqCpEbKyMbK8ui/I1n1jspDAQF6DSOTKqW8tUT9eDwR\r\n8KNd71G6dwnjH/Rb042ND7DImUKfikQyXfOyBjUgIImXN1TOHiyF8h5SGdeR\r\nuBOh2frDACag8tbMmK2Wuf4/nMF/3tfXXz/FEsckXWH11sNVYV39pHPvvv3X\r\nwVSengT+O58Pohkm0gfzsZYlPADD8KLGK/OcVl2HEWrdmerZgT4kT1dRxZQD\r\n2PMCGNRgJX41vh+yb5sPJKWgX3rSP55LGs5sBqNWcLnNEZhIHk21XS4dGZ0O\r\nRuSORAgYJqscY5gPG3yP++sQ3fx8/FEMySWcqdc7GVHLUz47//msMCTLsF3j\r\nEbn0i8/gyUotIDbLgAJVl46kgobLJz9nTn4mOVXmJEgn2Rd2DrSqbMCOj0zl\r\nlKye4QkJlkOrGKNTjghIc1ooLxrqZ+KIbmOlhpZP1rz9BgfgI/pDA0iWSE1M\r\nOe2iR4Blwatv8CPHyL5dT8eLbdoZGtnE6mzS6MRIs7xvkXC8SjHf3tixljMD\r\nlnn4z5JkX2It8ag6x8eO1HvF9lSDQI3csuw=\r\n=bbhd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 8","node":">=16"},"exports":"./dist/index.js","gitHead":"a848867e6bb4376bf2cf1dae6bb5e7b68e18a7c8","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(\"dist\",{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","prepublishOnly":"npm run build"},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"8.11.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"16.16.0","dependencies":{"commander":"^9.4.0","xmlbuilder2":"^3.0.2","packageurl-js":"^0.0.7","@cyclonedx/cyclonedx-library":"^1.3.3"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^7.32.0","jest-junit":"^14.0.0","typescript":"^4.7.4","@types/node":"^18.0.6","npm-run-all":"^4.1.5","ts-standard":"^11.0.0","@typescript-eslint/parser":"^4.33.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.0.0-beta.3_1661275989106_0.32273153525930853","host":"s3://npm-registry-packages"}},"1.0.0-beta.2":{"name":"@cyclonedx/cyclonedx-npm","version":"1.0.0-beta.2","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.0.0-beta.2","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"d4f82328e9f65c72fbc713e351665beefe0bfe77","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.0.0-beta.2.tgz","fileCount":13,"integrity":"sha512-a/0P0Ed9urXoGhxtYrfckJ1D0TS76A8CmsScS/2NV14znm6pCGxOR2cZEvj+YoImUZy38MdI3ZuZhv7OAb492A==","signatures":[{"sig":"MEUCIQCe06xrVradOMNaY0lBbjtx8BWcTaIxY2WHQV0hpXg4GQIgbae1MeOKEUAGuyalVCiCvDnu/QWpmHbH/N1jrLsADi0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":469274,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjApWZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpRHhAAjV85urTZWDhGR/IzTUCsCnOFlgCmaJgr8Yon4YcBbz67Nn9L\r\nDKgFjBMseOa+Xy6y48whDTWBoNBXwo4BLZYbNFSghw4iR/IbnNeANcdtS927\r\nlVQsqISnr/0c8aByEZriRBqp47CCrDRejsGT/S/Qs4CgNB7cg2h4oxPKIEdC\r\nWiLyeiaxsdFP2HyVf0MgTHrFB8dZlgOi/9uiw+dltVGFU5+UsQJquEJjXwg+\r\nS0NqBBEBT/BQyx0yDs8RmJsGssNwVEdnltzpzRQ+kgjbDwvXq/CvjtjejtHz\r\niAo9rm+UBmDr7RnjIE6gd9NwKNot37vUR/4Hgk3Nv9Nx/4Fh7weoDAtegMPn\r\nAe91jacXF+jiaJ5lcwgSXaGC8rTYHUQ4MWBeEXqGlNj19kxByB5w35uQM+cb\r\nSKhnZNcK59Im79TzguwmNkboixCXajfxxHgPwKR6jZMQ7hgboYMAESH/GfK8\r\n2phh837b4XAyaZVtlzag/LJ7Zv2Tuz1pmyxKb2X/zvDfQNDw1pEjdDuoUOUv\r\nT5+edvfFeJB5Yw2Znfyb1dyc8k7FVt8SsUTG5OSFIY3L0IXj8XBs4iIEa/jE\r\n2aVI3KsCQB3hQsBfu4TzSaZ0blIq7tz9eag07jDORAHBVmX6dnxoeGFpFCyo\r\nKhhukJBCQrwT5aZImM6XXBZSIl+MTkUNOo4=\r\n=6lnW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 8","node":">=16.0.0"},"exports":"./dist/index.js","gitHead":"f8290b6aee98bd20bcef997808d96194edf99e26","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(\"dist\",{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","prepublishOnly":"npm run build"},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"8.11.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","test":"tests","example":"demo"},"_nodeVersion":"16.16.0","dependencies":{"commander":"^9.4.0","xmlbuilder2":"^3.0.2","packageurl-js":"^0.0.7","@cyclonedx/cyclonedx-library":"^1.3.3"},"_hasShrinkwrap":true,"devDependencies":{"jest":"^28.1.3","eslint":"^7.32.0","jest-junit":"^14.0.0","typescript":"^4.7.4","@types/node":"^18.0.6","npm-run-all":"^4.1.5","ts-standard":"^11.0.0","@typescript-eslint/parser":"^4.33.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.0.0-beta.2_1661113752872_0.6697403410703093","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"@cyclonedx/cyclonedx-npm","version":"3.1.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@3.1.0","maintainers":[{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"},{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"}],"contributors":[{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},{"name":"Alex Miller","email":"codex.nz@gmail.com"},{"url":"https://github.com/MalickBurger","name":"Malick Burger","email":"malickjackburger@gmail.com"},{"url":"https://github.com/igord","name":"Igor Dimitrijevic"},{"url":"https://github.com/arthurlutz","name":"Arthur Lutz"},{"url":"https://github.com/joonamo","name":"Joona Heinikoski"},{"url":"https://github.com/cuhland","name":"cuhland"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"91bd73f374862cf245a39b2031d9672d63fea89d","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-3.1.0.tgz","fileCount":21,"integrity":"sha512-o//xyMC8F+Czz6oOxBDcdOPExt0sSFHinL95eZAgCRE4A2LxkbFKuHRGaiJ1h972NZoY0Eut2aeJI6Qasn+3+w==","signatures":[{"sig":"MEYCIQDxrc6tDWxvUcvACkOy6Y7ZZSyIn/tDvSVO9zTfkiI7SAIhAMfyfQDKkThmKw+i17S2wQ9yv00cAE5ppN6qK/kEk6Bg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cyclonedx%2fcyclonedx-npm@3.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":89383},"main":"./dist/cli.js","type":"commonjs","engines":{"npm":">=9","node":">=20.18.0"},"exports":"./index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"7d3c2c56fa11e30e4ac827f96046bfe542cf9fec","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:\\*","build":"tsc -b ./tsconfig.json","cs-fix":"npm --prefix tools/code-style exec -- eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","build-dev":"npm run -- build --sourceMap","dev-setup":"npm i && run-p --aggregate-output -lc dev-setup:\\*","test:jest":"c8 jest","prepublish":"npm run build","setup-tests":"node tests/integration/setup.js","test:standard":"npm --prefix tools/code-style exec -- eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build setup-tests test:jest","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec .","dev-setup:code-style":"npm --prefix tools/code-style install"},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.9.2","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"22.16.0","dependencies":{"commander":"^14.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^7.0.0","@cyclonedx/cyclonedx-library":"^8.4.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^10","jest":"30.0.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.8.3","@types/node":"ts5.8","imurmurhash":"^0.1.4","npm-run-all2":"^7 || ^8","@types/normalize-package-data":"^2.4.4"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_3.1.0_1750072258170_0.835340877679472","host":"s3://npm-registry-packages-npm-production"}},"1.20.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.20.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.20.0","maintainers":[{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"},{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"41c9c23d650601908f15ee7bd5ddcdde50483c68","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.20.0.tgz","fileCount":17,"integrity":"sha512-0xr9v1PVJjP+UOZYQUZi9fOGx9qjSjHZb/vt9+BkmjROhkLTpEc5bLxXsrwD2xBbwUCLhqUZyuWpWCYgwbzoWw==","signatures":[{"sig":"MEQCIAqTxAbHhKx63+bO1z4XneRK1gffAV+ISMyO1K0zPoYjAiA5YNiQQkvJbhLBZ3irIakXj5ZYPo2Fm/JnLC3su/TSGg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cyclonedx%2fcyclonedx-npm@1.20.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":78606},"main":"./dist/cli.js","type":"commonjs","engines":{"npm":"6 - 11","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"79ccc6dbded2a449ea1d3144510b455286c507c3","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","build-dev":"npm run -- build --sourceMap","test:jest":"jest","prepublish":"npm run build","setup-tests":"node tests/integration/setup.js","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build setup-tests test:jest","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.9.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"22.12.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^3||^4||^5||^6","@cyclonedx/cyclonedx-library":"^6.11.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"29.7.0","eslint":"8.57.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.7.3","@types/node":"ts5.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"3.1.1","@types/hosted-git-info":"^3.0.5","eslint-config-standard":"17.1.0","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"12.1.1","eslint-config-standard-with-typescript":"43.0.1"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.20.0_1736793534794_0.1511099501014055","host":"s3://npm-registry-packages-npm-production"}},"2.1.0":{"name":"@cyclonedx/cyclonedx-npm","version":"2.1.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@2.1.0","maintainers":[{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"},{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"}],"contributors":[{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},{"name":"Alex Miller","email":"codex.nz@gmail.com"},{"url":"https://github.com/MalickBurger","name":"Malick Burger","email":"malickjackburger@gmail.com"},{"url":"https://github.com/igord","name":"Igor Dimitrijevic"},{"url":"https://github.com/arthurlutz","name":"Arthur Lutz"},{"url":"https://github.com/joonamo","name":"Joona Heinikoski"},{"url":"https://github.com/cuhland","name":"cuhland"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"19ad060526ed0bca4ef9ce6aacba8988f7226846","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-2.1.0.tgz","fileCount":16,"integrity":"sha512-l2s8PsmNwvyE1Eaiqf/+kQsjxeKQfNwN6tTZG/WgmR1+2URm3XSzAsWU6D71QlenpBeXtldPfu2BtdAZZHizPw==","signatures":[{"sig":"MEQCIEbYl+0S1m/cU3IRqNH9eIV0kGZnSeFBDR3NaHQ+bwJrAiAfHyXuS9WqY0EpE/qor3uutb/iIjhXYed2+ppscaFGEg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cyclonedx%2fcyclonedx-npm@2.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83366},"main":"./dist/cli.js","type":"commonjs","engines":{"npm":"6 - 11","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"e67af5e133e9263f4e9c4a634cab5ac122d0f7f3","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","build-dev":"npm run -- build --sourceMap","test:jest":"jest","prepublish":"npm run build","setup-tests":"node tests/integration/setup.js","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build setup-tests test:jest","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.9.2","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"22.14.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^3||^4||^5||^6","@cyclonedx/cyclonedx-library":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"29.7.0","eslint":"8.57.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.7.3","@types/node":"ts5.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"3.1.1","@types/hosted-git-info":"^3.0.5","eslint-config-standard":"17.1.0","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"12.1.1","eslint-config-standard-with-typescript":"43.0.1"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_2.1.0_1742392277289_0.4008679538542921","host":"s3://npm-registry-packages-npm-production"}},"3.0.1-alpha.0":{"name":"@cyclonedx/cyclonedx-npm","version":"3.0.1-alpha.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@3.0.1-alpha.0","maintainers":[{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"},{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"}],"contributors":[{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},{"name":"Alex Miller","email":"codex.nz@gmail.com"},{"url":"https://github.com/MalickBurger","name":"Malick Burger","email":"malickjackburger@gmail.com"},{"url":"https://github.com/igord","name":"Igor Dimitrijevic"},{"url":"https://github.com/arthurlutz","name":"Arthur Lutz"},{"url":"https://github.com/joonamo","name":"Joona Heinikoski"},{"url":"https://github.com/cuhland","name":"cuhland"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"6e19d855af465af6770cb62d7598141a175066f1","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-3.0.1-alpha.0.tgz","fileCount":21,"integrity":"sha512-2KSgR9iE2qH6mzeZKdGS4ajQrGud+AISjwq10S9fJSDGZ582xjx9C/bjSPLGeQxdTQgTMuMOf1JYgE0T7pRBfg==","signatures":[{"sig":"MEYCIQCmE/rOBA6Zcctodp/fuleqD1ejRy5A0IfNcCfy2yo/+AIhAMBnjF+Y6wF+aiE/7XLqlp9XjF7yQX7K1la+kbpGHpgy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cyclonedx%2fcyclonedx-npm@3.0.1-alpha.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":91679},"main":"./dist/cli.js","type":"commonjs","engines":{"npm":">=9","node":">=20.18.0"},"exports":"./index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"2987c3dcbc2bd757e345a26a511e80d70fa6dddb","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:\\*","build":"tsc -b ./tsconfig.json","cs-fix":"npm --prefix tools/code-style exec -- eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","build-dev":"npm run -- build --sourceMap","dev-setup":"npm i && run-p --aggregate-output -lc dev-setup:\\*","test:jest":"c8 jest","prepublish":"npm run build","setup-tests":"node tests/integration/setup.js","test:standard":"npm --prefix tools/code-style exec -- eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build setup-tests test:jest","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec .","dev-setup:code-style":"npm --prefix tools/code-style install"},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.9.2","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"22.15.0","dependencies":{"commander":"^13.1.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^7.0.0","@cyclonedx/cyclonedx-library":"^8.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^10","jest":"29.7.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.8.3","@types/node":"ts5.8","imurmurhash":"^0.1.4","npm-run-all2":"^7 || ^8","@types/normalize-package-data":"^2.4.4"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_3.0.1-alpha.0_1748259744733_0.21984838913614824","host":"s3://npm-registry-packages-npm-production"}},"1.3.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.3.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.3.0","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"93beee5ea9be97dd27ff953ace278c4a69321348","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.3.0.tgz","fileCount":14,"integrity":"sha512-ns/FflScW3GIgRvCe6q3KO01wBa8Iq2ftD+qUXnRFkSHEB1LwgnTV2Odme4/yn35J/mnsB2Pc5ylvzJotMCHeA==","signatures":[{"sig":"MEUCIH4nzGHH1g+l2nCawyi6Q7noXCJj8pyqdREW4lYNTWmvAiEA2bkvG16CAi9SZwWbrUeM2CS7hIx8gp7nqrqP8ZIvzuM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjXlqRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqOiQ//R2gEz+71ma4f8sJtNRRHoepUvLOnoiWvMSrSm/WLzmpCC22i\r\n9oA3TFnYump0Jw3GC3XZbtz7UW/iIIF+T5AWxOhNgjJ3amEseN/Xt7XoZ4N2\r\nHlzMdNFIr9ov5LFLlkcV/iYg7tJtrC+FIovhW+NlSock5Q3izIA1l9Z55Ihk\r\nHR6n8Rh/zYJWTv7Yz7ljvkS/0gW+4tk4VGbJqqfu20bRT1mCkPX0DC+vTclW\r\nfQO85C4gN/sWiYNBnCTfg91jTY2qpTAsiKppN9CEEaLW1dsL0oeyC0/B2m2M\r\nMmMO5n5jSDY8w8Zo9vqrI+/N2Q1iESJauPtw9dBykeW/rIKTvwuWUwqQuVCH\r\nygt62RBAzhaeyXovN3SzDEbFS08674m7f2mzTuTBI8ZCYiZzkVwoKH2y9uYq\r\nW7hG4ARK87IX6qcbTLLdCeL3FOPEWYryg6KmtPqwqesfdwkrFD6Mi7YOStd0\r\nJZ/vGqJsp58kZVZr/iQlo6wOPRTCrJMVDOfMwKwAeiduC1yqao7CmbsIDqGC\r\n6L45EvFVOGbz1OBsveindctl7dSgTV7QvobQQWoqOA18IJg6wBWIgYZzU8oY\r\nacWyxOODFcqMdsAoxYcNjMJuYfwzg+Dnz8qejxsMrqnGTepGXmB0vwvVXiNK\r\nhD91g5iGfSLeHlEn1n/GkaGHbOOk/omEJwk=\r\n=0WAh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 8","node":">=14"},"exports":"./dist/index.js","gitHead":"2f1dd504aeee46a61b271729844124af9012b9b0","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"8.15.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"16.17.1","dependencies":{"commander":"^9.4.0","xmlbuilder2":"^3.0.2","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^14.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-simple-import-sort":"^8.0.0","eslint-config-standard-with-typescript":"^23.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.3.0_1667127953506_0.9133239635008961","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.5.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.5.0","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"22ee1afd71827886962129094f4deb3bde1ece41","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.5.0.tgz","fileCount":14,"integrity":"sha512-Ask25MdnLy8mIA+83icE4aDc7wax7Mtj4q88+omuE1WzJva/TY31oPuEveln8E9GLkELp+jsJBSw+QPMkJcKGQ==","signatures":[{"sig":"MEUCID3xeogtWX2tuAs3oJtYGrIWQ7sifChuuR5aegbeX8TjAiEA6OW1JQAptcZn58uYOZDrFuYurgmzm6dATUoKrwIT+pU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55844,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjbqAtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrcmQ//XYG1+zCzF9kuinw2FKnS7dsVqZqqYEhAfzLaw6S4veVrTcoZ\r\n6jfW5svUCE0k8+ne6vwBnG7f6icM7Qu0Eo1u9F7x/Cr5oXkHYlxiDH0lW95l\r\n1a93lTGKdX6D9NpMVR2FwtXgJ/OzaEld/M1Skh76CgepxbYuTkIZa4iRoNtd\r\nfXj4wFAh7WAIbxqGQCFijLevkNNiZZIrSLpvd7e/SNDsS7ENvEQL/Z5Xd0U0\r\n5Z/5rC+OG5oepWE9EMxOhtYqbsKyzdF1m4AsVAL8L4V4Pu6uFeJ/ZzBnMFSi\r\nyI4okIcGB36jFStFrAzeBCV4XO+bJDYz2kVQQCAeFk1HE/TwysWjNewxWKyP\r\nw7hMhFOjbyUCtONGfbg5qtyomg0SdrLIx6Ak2O2Lpt8UzbxiJQGrP3QU0j3N\r\nkmT2g1Phrg2d3rIdiyoOPHwiJD2v91FSGiXCmpOgvmzF2oVOToLKUAm8L08F\r\n6K+6ZHcInKVWdUdJMUyanV0cVZCGyUwJlWNSTLfD0dM/Iizz7ZqnhyKHqmdU\r\nDl4rZd4VIAjtXRgqr2Qz7/psgwGIwoHWtBTsaYMnrImUEgMP51rbOg38ltrG\r\nioqO4ibgnlNWGud9oLsMFzL2T1FMlAvabK+ERZ/XehxG0WbJ0rrWkzsXhPOp\r\nXrUr2KDWaReeDHzxzPB5N1oqavDoFSpQgS0=\r\n=VeJ2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","gitHead":"03fbd37401764dd2773473601024417541ae7c0b","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"8.19.2","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"16.18.0","dependencies":{"commander":"^9.4.0","xmlbuilder2":"^3.0.2","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^14.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-simple-import-sort":"^8.0.0","eslint-config-standard-with-typescript":"^23.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.5.0_1668194349717_0.5093351014122667","host":"s3://npm-registry-packages"}},"1.7.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.7.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.7.0","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"26cde40cacd5ab4e400f0c5ed75aee68056744f7","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.7.0.tgz","fileCount":16,"integrity":"sha512-o6mCINxSICWgm2WpMaGH9fEBD+WgBvt5GoJQODXx/RTTIH0CKLHCejjZt38Brd/p4MS0h4i7Drj3jjAROMjzWQ==","signatures":[{"sig":"MEQCIHp4XkeXrvBl7Qli+r/5b2liezxjm5m5/AyOxKzZC1PQAiAUsUvmcCgfWumTxlcmW79/qHYOXBd2lvbjJQ/Rj9A8Dw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63202,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmxyBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+GA/+NJOGnBC0U4vf0RSMoMkkwMu0Qh98OdZGRWu5COqamh0OxaMO\r\nkyuNlh4PU/Cef/L2pE/nkIfxUQ3W9aprx1Ya6k4QSYNT3leVauU0hhDLtH5A\r\n5AC89u1fsjKA/D7OzhL9qmo74t5ciJqHDeV0iAAz2iQlegLZBn31rbxLkHsV\r\nJ80LoUwXyCxH9e0V1IuGGNF5zcLM5lFh8lFANDcowYaZr4fi3CBt3wIJBCSs\r\nUBIpn4MfIkdlFqgn4rzvO1WH1pxE3spHWoewP3gFtz/1BDOeGAW7ueZeJ2iu\r\nQmBLQ2FWkl9CQATYGhl7j5wUKfj3zuFrXrKMCz+m7tGFoKqk3mDz/aCp8IeF\r\ns8l3pMVmHQqsV8RPmFFNJmxeOKVkaSIvmk5XODFAOnpoeST0jkOYMG6MNE/X\r\nzxGCat5L1wgIHYwCppUllor27KKpPvLV6JWr159jiVADilbQHProkbI+feOV\r\nskZTmc6roe/qDAUdkw4M+D6CjYEBJ7KIjkxFQfmMBmAqklVUfR2GZ/yRTvCA\r\nFH7TU16tLD1BmSJ1D+88cOFSPL2byTRS6YpIWdca8fZxkMUYMl2J12Rr5yMo\r\nRCoBeHtUKtkxU5jc9rNQaShC+4jx+aZTIBxpX+2cvBJDmAZVK8wHaWssPtAm\r\nfYaLuA7JMXYQc7ncGiuiCN1RTIta6TwMSZg=\r\n=H7IV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","gitHead":"0020664c9122669f3a9be1aaca95b2ae8d75241f","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"8.19.2","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"16.18.1","dependencies":{"commander":"^9.4.0","xmlbuilder2":"^3.0.2","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^15.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-simple-import-sort":"^8.0.0","eslint-config-standard-with-typescript":"^23.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.7.0_1671109760799_0.593655680716972","host":"s3://npm-registry-packages"}},"1.7.1":{"name":"@cyclonedx/cyclonedx-npm","version":"1.7.1","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.7.1","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"d3970533a7f34978fa1e088ccee9fa90cc333a64","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.7.1.tgz","fileCount":16,"integrity":"sha512-ljU5w5S0AjXxkbz7pBhFRDopF/Q3TjYL84IwkKjRrvWTK/y/CrVd+LzB7a75ddudtF7503uGxVy1xYmyRuDSZQ==","signatures":[{"sig":"MEUCIBIsM/K9pjQ3P3Xc27WS8LRZybqLIr/+cj+M52iqzH0dAiEA2aUTQ81JQHshdiz06X7Kn6Vj52cXkAsp7MYP1N8ahKc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63219,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnGZFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqOwg/+JBDg0j+frqklXiqE0aDq/KYYg0RVrFWhpZNYQhkBU5k1I4oN\r\n7reI9guX7HqQ2WJKvSz68shuo2TYyNYNg1F5/lcGp2TubrPUYqKTqbh036ea\r\n7SMczHSTkBggMWcEuG95E93rWX1MR1nbdgW5v/tJbstKGwfSJzj+ke8MXAnK\r\n03fa3g7nV/JY1v9HVYJfsrY77NuTXgPfe0puq+TljoqeD7iaE4podGOKGmWf\r\nrDpTqb2w8irK0jSkTPJlC+lICBhZxJ+Ze1ks3qQvEjESx7ghh00Bo/1cMvrR\r\nr/nD/uwhLOEKLVgvzb4i8NLFgiLHDXwiNwHhZ/l9MgOyQHSHSjgmoO8hYLXf\r\nFq7DyzGvdRvgPEacCvfYAe4r2zTfeJIQNNjgQy5ZZrIh+XTwJmIhkT8NsWx0\r\nbSoR0xfVoQUAJtjiElAhb7BFTX/lWK7MZuTII8ov+DOF8uPpvecNYNPZ0VuM\r\nk/7FIAVS6VfRZ/gs2gg40aOI2okQ0Iid3TWG2AnoStccCT+kibj3YamxfKW9\r\nkj1kzG5hC+5L8ZBj2QgN+vG5S9jATTAuYdxt3PCMnyjxCe0OrQdlB2ci6DMl\r\nQxdcjYqKxY9tYSgkL5Yr30kXbz4ZSJkoABF/h+jSV9ICA6HDQHxfBa5zeC23\r\npTFaq1AJ5DvccdcLfa641/Wn3FB1RiwfGNc=\r\n=5MR9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","gitHead":"8720ebb242d2d8a54712fe3a273cf471af5bd701","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"8.19.2","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"16.18.1","dependencies":{"commander":"^9.4.0","xmlbuilder2":"^3.0.2","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^15.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-simple-import-sort":"^8.0.0","eslint-config-standard-with-typescript":"^23.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.7.1_1671194181379_0.9452255243018528","host":"s3://npm-registry-packages"}},"1.19.2":{"name":"@cyclonedx/cyclonedx-npm","version":"1.19.2","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.19.2","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"0a4fe9f4b69f02f300187c16f320f1cbae3d2726","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.19.2.tgz","fileCount":17,"integrity":"sha512-u8ZcflQwsI/t3NNBBsD/0Nt9Y3WJexN5OgSyB+zAiK8dAjd97/2n1rl7i00ra/T9SIVLQqYKIEzi0fqbP4917Q==","signatures":[{"sig":"MEUCIQCzBpsm7tZZE1ermgjvR4LNSzWdAHrcQqO7O/h6lVGKQgIgfBlNWP+jwOELpynErfyxx0Zx5EDcpbgHqTqFkH/SLYI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cyclonedx%2fcyclonedx-npm@1.19.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":76031},"main":"./dist/cli.js","type":"commonjs","engines":{"npm":"6 - 10","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"31cb76a980739664ecb66984f5a5813a587711b5","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"node tests/integration/setup.js","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build setup-tests test:jest","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.7.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"20.15.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","packageurl-js":"^1.2.1","normalize-package-data":"^3||^4||^5||^6","@cyclonedx/cyclonedx-library":"^6.6.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"29.7.0","eslint":"8.57.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.4.5","@types/node":"ts5.4","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"3.1.1","@types/hosted-git-info":"^3.0.5","eslint-config-standard":"17.1.0","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"12.0.0","eslint-config-standard-with-typescript":"43.0.1"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.19.2_1720618779834_0.8066513503961257","host":"s3://npm-registry-packages"}},"1.7.2":{"name":"@cyclonedx/cyclonedx-npm","version":"1.7.2","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.7.2","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"2259284ecf548fea257c4f65988d8d55e65168c2","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.7.2.tgz","fileCount":16,"integrity":"sha512-QAVZModiBCNrkXcOUlVh2jlF1RilN63pAT3S97/VhBySruGFzH0lKRsxbDS83GvIehKW11lQgT51NPZ/osUmOQ==","signatures":[{"sig":"MEUCIQCzJ/tAnCths/hsuj7v6XcySgIOEx3/DvE+kzQ064scwgIgLExf8Vmq41Zyqz709V5oOrSjsxNdvFcir87w3Z0EEy4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63482,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjoHC/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpbcw//RhQIHR8LSZ842AqGXPegJyaeK5CuqgazHe+q9Pugm0tRW0zA\r\neDZGVLBzrvKkZE84jqCZrWb23Bcv4cVUMuvR8p4DEkJUFZUeeYY1w99T79Ce\r\nF1h6pKJZoS+qe3zHsFaPN1c/rj5ZfgLAKtQdkWBuMhGQBZxd3dTVvNhxdo1C\r\n+unE0VY+xdJus0XDPjCQffDwo/kWgLyj9OhJLyxyMVccKhNs+DQHwa04dQZ8\r\nVFNHUh+uemgZsNmBFIPBC5/FSpRyrjebQZOfv/jTTj8a9ASxkJErxKf0LsNs\r\nZvEyLbK0h39RC23pRveoNIszahcSyo9I6P0BWvLjt/Lc2um3yko9yUoxcy9R\r\nBOqikGWKE0SfTDKS+axsatNQKS0qDct3p701GecOcyAnOvz4odpb8JJEPdjt\r\nZOHuzfXlkfZSxHjeW0jHKH6vCxfricOP/komdTN6y37w1WWtyOxL5e+Nq4t/\r\nYXZhwbUGgeZdFm9lu9RBWFmA6eYaQchrm+WIv8cEWZrD/sNaUOIA9441qoo4\r\nu1VWXs4h9JCR84cC1VfYh8IUiPccOE0QM35UqsPxpS8/5FWndKXSLpv9vzX9\r\nca2ZeoUfiPHMNxmXXM5SwOlC9dkI3GxelyJ4gRJLUFa2H5GB8li9OumVEXBC\r\na5qwxgkkZAoqvgc/Q+7Q29nlt+za2A6i+wU=\r\n=RKcK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","gitHead":"c9397efad985a7a0d1c40b01041965628db2290e","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"8.19.2","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"16.18.1","dependencies":{"commander":"^9.4.0","xmlbuilder2":"^3.0.2","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^15.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-simple-import-sort":"^8.0.0","eslint-config-standard-with-typescript":"^24.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.7.2_1671459007393_0.6615337874508582","host":"s3://npm-registry-packages"}},"1.9.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.9.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.9.0","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"f14accfe0aea07810c7606d8d2c50e7b3810762a","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.9.0.tgz","fileCount":15,"integrity":"sha512-zyDw/WcAIAFVABqmXzYW5L1VRVpGGLoEx9NEZmTfcVHxbHQV/cEU665ViN+R0ANGbKPPlcflgSp1tF1z8AM+xA==","signatures":[{"sig":"MEUCIQDug7ttoLOBwZcD52dmE7cE1sl58d88iQVoFTNY6HSepgIgIXCRucdyTJ3Sh0cqBr3VmMVWzwaWhSlMOme3P1Qgyj8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAbl6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoc9BAAmJiHF6siw02qRtod8Nn75pMLQNokc5FnZHEuDG+FqHDvl50G\r\nQLRllQ/rtwpYyVDD7T+7f7XhfmCYzpYPC0KvvodJ/69OahMqx1gOpzWj2nFl\r\nhutzWXL8gFv/EPY75oSmn9zSMbjBOWcur3ivWY8FGaU1qUZ3vbIpa3lEqKk9\r\nSi7DzzVlCDGHaS2Ffw/kP774UJyyd/IdM9+5w3qedEzYkQKFHonG2UcN0dWM\r\nu3rRvM3vosADCFhX2QmOwjUC7dlP8phba48o0uM/wLDK9U6bpDzF6+uYzZag\r\nxV4hTpjBZnYJaXcaD6q8eUHYh7irEXJdjTW5Q2eosnD/NGWghFirLXrkzvHW\r\nlBjWISac2L32tpOgEY8W+67qgag8v0WjGjYpNW3nr7Dzq8qHI9QvJewWrl4S\r\n6gQ6qZ17MMUyd9RQ6rFke6RZNR+MQv0He0HcjlwJVH13b61E3Em+d1PnqsdD\r\no0FM+kD5mGrb4O08zjfjXkKl1wRzDP43AfszVsuRhGZ/YcsNYQypf3jJjypf\r\nQSVTelfhQx3frzxWfwjmj1lQ3CIVplKM1tq8OnjWD+4eo25lFKwAJX6JG9P4\r\n2DBUq72v4BgTKF/tFdlz9HlD097QnDu3nFojB5OVfJN97L1CvZ9dYsV/Qisa\r\nMmgFGNZXbZwbfyxLSdfNFZ/IsviG7AvDT0E=\r\n=OsKT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","gitHead":"8c2fbc73231fec88ac833afc70213dcce38ce772","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"9.5.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"18.14.2","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^3||^4||^5","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^15.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"^3.1.1","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-config-standard-with-typescript":"^34.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.9.0_1677834618478_0.7509819181901238","host":"s3://npm-registry-packages"}},"1.19.3":{"name":"@cyclonedx/cyclonedx-npm","version":"1.19.3","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.19.3","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"f423239670009df5c3aa6819892c48ec21d0b9ce","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.19.3.tgz","fileCount":17,"integrity":"sha512-fFElJGIjym2jX6d3bR5aXXkY0RaIcysuxh7qMCEzFKabV2JDpMcvTNJFKD9aTu6sJpD2m1o2VsrUG2Sx9mJM1A==","signatures":[{"sig":"MEUCIAIqDLAQ5qouH1ZjV8gLqN+AM1hCH/7koSWXc4StdogyAiEA097PbCRwBFjN+lYgEi+8S6kXNeD687qG9cHpuWHjH/o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cyclonedx%2fcyclonedx-npm@1.19.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":74936},"main":"./dist/cli.js","type":"commonjs","engines":{"npm":"6 - 10","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"ff1f1db4c8678c21a4b19c1c8c67456c8c461ee8","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"node tests/integration/setup.js","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build setup-tests test:jest","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.7.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"20.15.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","packageurl-js":"^1.2.1","normalize-package-data":"^3||^4||^5||^6","@cyclonedx/cyclonedx-library":"^6.11.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"29.7.0","eslint":"8.57.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.5.3","@types/node":"ts5.4","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"3.1.1","@types/hosted-git-info":"^3.0.5","eslint-config-standard":"17.1.0","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"12.1.1","eslint-config-standard-with-typescript":"43.0.1"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.19.3_1721048483113_0.6904014798966753","host":"s3://npm-registry-packages"}},"1.7.3":{"name":"@cyclonedx/cyclonedx-npm","version":"1.7.3","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.7.3","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"63b7c686e8a95ad8bc6d4a7a91c1ebef3754550c","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.7.3.tgz","fileCount":16,"integrity":"sha512-srQLwFqCpewpvF88g36zoX9I2ELvVHKWOnZ2PBqYOH0OpnrIKP/2Gx9arHNK44TaKFjib4hDZ8LcdqaEXB3jSA==","signatures":[{"sig":"MEUCIQCLEmg3H8Dv+R+VFUscpaNVUsjlP+6m1t1vwgeLcd6e+QIgcjraadk1TZcZMajU7xNKor+t4gA1sMqT9c9jXEv982Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63524,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj6KdUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoO2w/+OA0UfnShLAItlLiJCwvLlJ/btCCBMxjmZVGll6cKVD7GG4dX\r\n17/ud7RiWBK0SrF4FUwinztpzsry8zwNn1QtAWhrnDKzlmvRbggWM/JWB9f5\r\nORdWZeYJNMV0QxEFApd/EavI5KOMBTiDmFciOEJ0qsL2Amr4m8ZqYaVm5nyB\r\n5PnI5fcUBzQR8PHMTVQKIUefEmCHqy626BJHlw4AgCtax8LcqPdsISeh46E4\r\nXW5VKlQ/HYO2ZP/H8sqyA76oCsxAp/LqtynMPKNzpUNyd79tSgLxu15PKEgt\r\nOOiNmmtPrneUmiKWxT5Mpdl4gfkHzb21Uq82fTnTspgDwfATJerP6/RfqbkP\r\n6kDryV5245QBeBcwTZejzuTh0YRgEv4fmZhsRg6aaN981J7H4v/KH08hxojW\r\nM6Xq29iC8lb/kG7EJnsRlBwwPmwk6hz6C69ss0t2A0xpDn9qdNGHNXpiQ3AB\r\nsLPzUZaWd3g+zBNpEtapzAVsIh7/y6hNkIDR7t9lo6cIishVjkYYu7IS8g3n\r\nmdF7AYjfQnc94cPIc3Ubq9+1RPBVNV0Slk3B3dZJ4egtqYfW3Eg/hoga+2X7\r\nXllOLFjT5MA2EbfPTpoYgNtfWii22CbH5z+HWfo3t8XWrw4BFq+sb8Ui82UK\r\npxASXgqU94G0J1qYyRnsWQnHoBRVjGSqMto=\r\n=LW1N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","gitHead":"d1ea83917215b8d8d18194f86575ef93415def5f","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"9.3.1","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"18.14.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^15.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"^3.1.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-config-standard-with-typescript":"^34.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.7.3_1676191572055_0.5874819150208774","host":"s3://npm-registry-packages"}},"1.9.1":{"name":"@cyclonedx/cyclonedx-npm","version":"1.9.1","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.9.1","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"9739601df0fa774d209d35c81be2de385e87516c","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.9.1.tgz","fileCount":15,"integrity":"sha512-y6PlHGn+5JfZKENBZQ+9ndZfaxX726oGQgdfXbWPnUOt82aCvig1FpSmt+YP1x6rgdNkEUcn1fP9FmuvcP3j/g==","signatures":[{"sig":"MEUCIDFtdBo5nYnHLfsh5JwTy02Bg4K2L329lRGDkZpFxVNoAiEAwNsCrtXgGzu1Viy6IjuPquayc82AeXgLe+8NYKzpUDE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":65059,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEb+5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrrVxAAkVc8mGdaeHf0p7jJ48UgfJUTJJhCVVWr9qD3fHY07DAzSyzD\r\noV2zR0PGLf58piy6fTqi1G9TyGQFdmbWS+v/de4xWIq7wwrt3a+grB1oa+Ai\r\nwz0DnhoHx4kdmP6dUVnPPuYOkgy/N/chAP5PBnLrDjxaU6SL1/xF9ByQuC2E\r\nL9BfmnTXq9Q2Vz35I4vB6oUBZwdqpkElUXks9XjGzFqAC5vkJWuGd9z5ZKqs\r\neBcJomcKFoVwu0TXFq0gP7liAiMCzXwvwtCdAik1oe1TIZm45TEYhWt4Fenc\r\ny0Ezrp8hjnlF+uPwKPkc5SCQymY0FwPsjz/cYh6vZ2RpFlLKei9kJN0dp5LL\r\naDbYdabp2KPABEhE0Lcq/jI2S9L0cY9buZGPbfhIho+/qirFY6oaJ/0Fkx4r\r\n6NXZ6AvYnhNSJk2LKQ747lgKspp81d56m+Sy0XbAXmu3yXLg9ukx92Op7oM9\r\nBmv0YqTNcSw+GNvueOiLXKYBcsyv7UpLMGqV6ynh1NC0QblvbzMWsPqrRs8p\r\nLDKQxfcXlQJ7kssLiGxcyvmC+umU37CpD0hHXZeq+iwe5A5XbP1QzZXKc0YY\r\nXH49xOFlV+aiME4wpD4LSU8jB5uAFIYAK88OlOBQzZGvBAaK8/q3v8clKFTM\r\no9/6xYmfq2xD0WHMdzYqcsBfNZfsMptgAGY=\r\n=KNJX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://github.com/sponsors/jkowalleck","type":"github"},{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"62ebef01916caacf65374a9b89e1b6b3dc2a6ebc","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"9.5.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"18.15.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^3||^4||^5","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.5.0","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^15.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"^3.1.1","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-config-standard-with-typescript":"^34.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.9.1_1678884793298_0.4840194229496628","host":"s3://npm-registry-packages"}},"1.13.3":{"name":"@cyclonedx/cyclonedx-npm","version":"1.13.3","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.13.3","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"f465703aba095d5e7fd1a01171da583e4345ce55","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.13.3.tgz","fileCount":15,"integrity":"sha512-4NQCBMDZ/G1K60tUBhTrYk6EYcmo7Qbzjb9+vHV6BP6fZXmo+Z85nA59x6LnP/3d9s6ZQqnMR0zgr0XVETrEEA==","signatures":[{"sig":"MEUCIQDGCbymI4H8HCvc9bR+8+mKJ1nbDMLxdsySlk1/tXV+hAIgQ897Bs7Wgoqppr0BKKj3QIuwPa1TQjfkuufymRWdEBQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":67235},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://github.com/sponsors/jkowalleck","type":"github"},{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"149ce0d394230f6c863b60213ff5efa18c7a9826","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build test","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"9.8.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"20.5.1","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^3||^4||^5||^6","@cyclonedx/cyclonedx-library":"^3||^4||^5||^6"},"_hasShrinkwrap":false,"devDependencies":{"jest":"29.6.4","eslint":"8.48.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.2.2","@types/node":"ts5.2","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"3.1.1","eslint-config-standard":"17.1.0","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"10.0.0","eslint-config-standard-with-typescript":"39.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.13.3_1693562731178_0.08784851909025138","host":"s3://npm-registry-packages"}},"1.17.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.17.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.17.0","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"bf4300798f98887917ff8a41628aeaba8ed2b28e","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.17.0.tgz","fileCount":17,"integrity":"sha512-GXCR/Fzn6tun4PQuX2/l0Lh8xJKDFBC0fOh5oHZrXRb+ghQw++Q4fJOvqzcx6jYxNdPM03MAldcd2ROhjwMyvA==","signatures":[{"sig":"MEYCIQCe/2UfyukNZmln9nl7o3Ps1rXKJtPh7DsOV1NJPakRTAIhAN5douvZOoo4DbJX6ESIefg0Ck6/qJratNo1Gb6Dx5JP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74349},"main":"./dist/cli.js","type":"commonjs","engines":{"npm":"6 - 10","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"0b6987a9e0a1d1baab07602772dfb38fc4b316aa","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build test","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.5.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"20.12.2","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","packageurl-js":"^1.2.1","normalize-package-data":"^3||^4||^5||^6","@cyclonedx/cyclonedx-library":"^6.5.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"29.7.0","eslint":"8.57.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.4.5","@types/node":"ts5.4","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"3.1.1","eslint-config-standard":"17.1.0","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"12.0.0","eslint-config-standard-with-typescript":"43.0.1"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.17.0_1713871826909_0.4905556808568301","host":"s3://npm-registry-packages"}},"1.19.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.19.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.19.0","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"88570d18851db57eafbe48c93e50f2660e1ebc5b","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.19.0.tgz","fileCount":17,"integrity":"sha512-N7MQKOX0SluwCHfmlbsWXYWB7BuJ9yD9feIbWWabBKTe87mrNNqPlRQsb1tTR9QTLEf5AsycFVbg1luAofSE/g==","signatures":[{"sig":"MEUCIQDymyOb4zOyTz5yjayITvsTzBb91f9ySC7b7iUv47wIjwIgVFy5DlcQqbCtqKTHwHsk/q7izVptmlJEDo4H72VCpCY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cyclonedx%2fcyclonedx-npm@1.19.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":75626},"main":"./dist/cli.js","type":"commonjs","engines":{"npm":"6 - 10","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"8ae4b91504e94af55cbed59273b2af8a50ec52a7","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build test","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.5.2","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"20.13.1","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","packageurl-js":"^1.2.1","hosted-git-info":"^4||^5||^6||^7","normalize-package-data":"^3||^4||^5||^6","@cyclonedx/cyclonedx-library":"^6.6.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"29.7.0","eslint":"8.57.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.4.5","@types/node":"ts5.4","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"3.1.1","@types/hosted-git-info":"^3.0.5","eslint-config-standard":"17.1.0","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"12.0.0","eslint-config-standard-with-typescript":"43.0.1"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.19.0_1717255371073_0.03712480244786076","host":"s3://npm-registry-packages"}},"1.13.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.13.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.13.0","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"ed4514aa716afa8153df5f3f0ad62b75e6043faa","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.13.0.tgz","fileCount":15,"integrity":"sha512-Os2qznSMiDaQYsRRrJc1wLtVfjEuS/kDeHY8+tdCb70muYWx1IpPz8ReD74qziQcyoG0x23+QtQKA/zBPDkzBw==","signatures":[{"sig":"MEUCICQ5YGU6N9qKGqKZVPlxvQ2qiE6SJDn82R41NhFoV/NNAiEAsG+cHuWSAz+TMiZ6d1R6ZfWQG+u9N8GJRjMSCjZ48qc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":67222},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://github.com/sponsors/jkowalleck","type":"github"},{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"1c76fe3d18955dc75e9e3c57b8816ce537d23ed4","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"9.6.7","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"20.3.1","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^3||^4||^5","@cyclonedx/cyclonedx-library":"^3||^4"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.5.0","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^16.0.0","typescript":"5.1.6","@types/node":"ts5.1","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"^3.1.1","eslint-config-standard":"^17.1.0","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-config-standard-with-typescript":"^36.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.13.0_1688721205516_0.39298448330763835","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.1.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.1.0","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"4ce34a1f2b7cbea3b18023d17706adf0668916a6","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.1.0.tgz","fileCount":12,"integrity":"sha512-jZy5rC8muWw7vmEL/Dz7ce4FSLCvLxvQqGz6rk2tQ5/S1gbnKurpmdqHQjEPlQBVak1N0S2nznODx5Hzs9dVXA==","signatures":[{"sig":"MEUCIQCQNOcxwYdh4Wwvlz/Dvl8XVb3fI5ciI8fPa+wzhpSKsgIgIy9kxAIkRsTOyAhS3PpurRJ+2H20F9y++w/RZQKyDEI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47664,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVDyOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrpew//QHswaV855BMcRyhgiFQ0XXFyMspPPpg/Ldg+D5/1r3LV/Kp9\r\n0kEHsCj187nCYZ6sLeB/vAzBC1y7OjIW8keHvxoJmJwau9Yz9EPktyXkyvJp\r\nVWEavez85raVtTomlW/WnLaI4LQBoBzqG2G6iON+HrGDVgsaTP6gN3tPCHWP\r\nN3eaV1BBgqT+i4ulWVVAp9kxrnk45PUlLgqj+6764jjAOF/AR/XGa6Kkm3gm\r\ncVIepGEvOFcqWMDACvaLspT9DaCcds9dwluWGmEAEUabbMaxqCLtvAgOH/PO\r\n9qiWuVUrp7tNQV2zUCpkJjHjmVR5vBprmE94vpxNyEVc7xDxr3X6dTsacZE0\r\ne4DUEL6xGxHSjIcQA2FyoMwp0gNFSdW6+cM/MDhd6KcUdSy/zKoZ70Vl41iy\r\nk7zgl7khtfkb3GkusJD83PBJ26H9STtH0VoE+ZDy7ShWDMH61836bn7I0eGq\r\nP5NjYN+QxM1sXa4JGgtmigahvQjrOfznsGXxY6x279/SAY5+sQkyjn9KVTqU\r\nX+OzJxOJN6lGWOErJfInL6eeo+NIfpybdOBzE8dq7Lj5RoYFll9ivgiTJDcQ\r\n9OCMVEqSYpmB4YYxDV2pDHymSBm/2SyDaPKdsZt2VCM+yuAxbWrmiEGSr7lO\r\n5pt+162FdBwZGndx+H+7C0l42ubV7H22Ujw=\r\n=GRra\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 8","node":">=14"},"exports":"./dist/index.js","gitHead":"c6081ad073d6b76ab5761bc4efce25c6d4a6b59c","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","dog-feed":"node -- bin/cyclonedx-npm-cli.js","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","prepublishOnly":"npm run build"},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"8.15.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"16.17.1","dependencies":{"commander":"^9.4.0","xmlbuilder2":"^3.0.2","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^14.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-simple-import-sort":"^8.0.0","eslint-config-standard-with-typescript":"^23.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.1.0_1666464910198_0.8411450579181712","host":"s3://npm-registry-packages"}},"1.13.1":{"name":"@cyclonedx/cyclonedx-npm","version":"1.13.1","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.13.1","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"a808321fcc00fca60da4ccd08a2080bbfcf2416c","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.13.1.tgz","fileCount":15,"integrity":"sha512-WKD70caEmCWFhI4JGhpRdxiAPNjtRwDZhjnchbMd3UzucXhyNqC62E6aaBav2uWFsArVRTQLMT7DPhkiwO94vg==","signatures":[{"sig":"MEYCIQC6Z5lFXkDigx5UQrp50k9gKG12nNVhJG8eIqrGHfKVAAIhAPVjezngLawdOxJ2BTnzmJCACqxTbPi+OwUhWfejxZUr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":67230},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://github.com/sponsors/jkowalleck","type":"github"},{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"8cae56cb524e2a6ec495de1848c2c3f7a4ad1b40","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"9.8.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"20.5.1","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^3||^4||^5||^6","@cyclonedx/cyclonedx-library":"^3||^4||^5"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.5.0","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^16.0.0","typescript":"5.1.6","@types/node":"ts5.1","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"^3.1.1","eslint-config-standard":"^17.1.0","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-config-standard-with-typescript":"^37.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.13.1_1692359545975_0.5157853285293383","host":"s3://npm-registry-packages"}},"1.13.2":{"name":"@cyclonedx/cyclonedx-npm","version":"1.13.2","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.13.2","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"a98d0ef3a33c46995f2e48785a5509ef1f55f92a","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.13.2.tgz","fileCount":15,"integrity":"sha512-6KRp7co1Ye0QA6BAGxdnKNHexV/bsBbcwmR5/uwyHYC8diFKVN8IzYnh+fPBxTwkF+NNyKeeVm/IliRAzIangA==","signatures":[{"sig":"MEQCIESd83iDBUJIwTPUu9nmmSJCDCtHLBXNk5kq4LBDwwBFAiAQbh6Lzy1iH04QcwTjFypSuGvOsj+qiU1YboHR7dxdAg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":67234},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://github.com/sponsors/jkowalleck","type":"github"},{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"0446bffcbcdeacfdb8a489114d67aea4f73f08c0","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build test","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"9.8.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"20.5.1","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^3||^4||^5||^6","@cyclonedx/cyclonedx-library":"^3||^4||^5||^6"},"_hasShrinkwrap":false,"devDependencies":{"jest":"29.6.4","eslint":"8.48.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.2.2","@types/node":"ts5.2","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"3.1.1","eslint-config-standard":"17.1.0","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"10.0.0","eslint-config-standard-with-typescript":"39.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.13.2_1693233364962_0.5559893109131453","host":"s3://npm-registry-packages"}},"1.15.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.15.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.15.0","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"abd96b4410337fed27bfe4f284d4df23c0533dcf","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.15.0.tgz","fileCount":17,"integrity":"sha512-WxvdWyczUVo4gyGJkMIoFr0bA6BjbVXPwqbBCRxbPjgGb5yNz2brI1lzhxluzMmLWndwrnyghgsb8D2qzdxTDg==","signatures":[{"sig":"MEUCIQCR1GaBLps58FpP5fiVLzW6GVCZ8qoo38kadsMUQHyC0AIgKnKglLFloeeyEst8A4IiB0LMns7ogUa1dOpEIttUeO4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":72350},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 10","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://github.com/sponsors/jkowalleck","type":"github"},{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"e4bd51492d73bfc04ac467c639807f6ef7118642","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build test","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.2.3","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"20.10.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","packageurl-js":"^1.2.1","normalize-package-data":"^3||^4||^5||^6","@cyclonedx/cyclonedx-library":"^6.1.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"29.7.0","eslint":"8.55.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.3.3","@types/node":"ts5.3","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"3.1.1","eslint-config-standard":"17.1.0","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"10.0.0","eslint-config-standard-with-typescript":"41.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.15.0_1702222181432_0.18503456204040059","host":"s3://npm-registry-packages"}},"1.11.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.11.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.11.0","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"b4c4de22168c6a9c5fa36eba9d4338d99aa3b61e","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.11.0.tgz","fileCount":15,"integrity":"sha512-YbjtPf1M5elM320qxEBP/8hDlfSP+jYo8L50n/LARXLyuLCUWAH0rudkourwIODyLZpgkyDJ0wf0CdRi9JqKSA==","signatures":[{"sig":"MEYCIQDutsgZWyjHZe6IMb9WSTl+LejDph7v/iKc3FcZv4ndvwIhAP9cocIx8iPPLxaMZZn5ndnPU/vGixicJgoRGmyACUQ3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":67879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSi5RACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqqPw//Y2E52TPzenWk+GxSsSswh+Ve0xH7lDl+PM6rNRmUy509d5Mg\r\nlQeQGjW5JF//BAYR+Lshcjn4fLpb2V9GPNUfhsKhr7tkIhvooR4PQg+oBwxN\r\n7rJHa7Ly2GKzWLbL4dYQuqcOid9Nd+vZinjT+khM8v702fOC4aR4iVi1Gdkx\r\n7tAwsNmLRkZpKdXeeLuH7trQUSRmi4mfmcfIxzVtG6qQygj3EjpQKkwS39WK\r\nsD5ldMPJ9mJ172kwUfsg+dNxqPu90HQ9JKASz6JUdeJOKxJKJFrcdy5rwz+G\r\n0EQKxxBE2ypivi0+Yc6lyBjze1QHq0H5CH2ZAgp5yihgEl4tnG/Veo9tdwL+\r\nYnH5MoNoIS48DgKrgahw5RZMExSoulmEs84ZBkR10BevdJq2GRcl7P3zSlxk\r\nNgJvWWJAQ++BTyUoyDxCk5JdIRPTKuJg/+j57l0nh21ZoBydWEOIQUxWMrHa\r\nbA8JCLNv/s+YCboCdzDhsJ2ByyVu1tqycCgO1QvH4so4CWwn7ubfk1GUquU7\r\ncG5IiOHtcvvpU0lzDImf4OHw7h+2ClmyyvQOQdselOO2O0QIWUR+G5qXnrl8\r\njLackDpKTl6ZBg+uOaKZXaSchL+jDKE9ILh38UI9CmgcSbbCItP6Rf+b/RCz\r\n4xPMrq4zHiJZNGj1gOiPnyjf7H8Sws/nYsc=\r\n=xLAE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://github.com/sponsors/jkowalleck","type":"github"},{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"f464035190dabb3d29cd9902a9a8002ddba44512","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"9.6.4","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"20.0.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^3||^4||^5","@cyclonedx/cyclonedx-library":"^1.14.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.5.0","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^16.0.0","typescript":"^5.0.4","@types/node":"ts5.0","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"^3.1.1","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-config-standard-with-typescript":"^34.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.11.0_1682583121140_0.42143294984161317","host":"s3://npm-registry-packages"}},"1.7.4":{"name":"@cyclonedx/cyclonedx-npm","version":"1.7.4","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.7.4","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"8bcaa10725abbef04a9c7d1fc126576032b61b36","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.7.4.tgz","fileCount":16,"integrity":"sha512-3CHXVfKwa6Zm1kzQZ0/UBIfdJ9B4ZbHYQ46YcalMBzjzaZcxjKIb/ZgTAXujJLf4Eyz0LN8xrWACghrtGOBoog==","signatures":[{"sig":"MEUCIQDNBGt7evuT5cQ3aPYe5aEbL1GiG9YIM86r94GOcOlWNgIgLM/FFMKprsUqAN+uocdEQd6ztmJQrXfxs8KjLSwtChg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63524,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj64OLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoBig//T8NcVrS+hBPajtyRXrzav/Iq+UIlbGD+pp+eAbyqbxdaNTYP\r\nHy2nCGyltY5gGasHrK4PAMF5IuNSG6DRMdOVn/UFieEaUbs+whpqhOons9ss\r\n5eCFGnYHmW7CTWaB1XarYT8hk2TKVl4Cc2kshgdzxspu/MkG8O9IiVUu8Kt1\r\nbD3PSITM1ubOges62KSRmRbTvq8QnY/XX0hh1uQe2OyVf2G+/ZRqk49YrBfE\r\na1wyYXg0g5Z/MnnWNjilHFgL4pBOztD1DHqHddx0lgMPLsJMTr+HtEJfsHUQ\r\nMqZ2yWHuYHVIshy+YOF2hvMOTP17r59/M+iWTNYLTAEF4/xtMx8r0ZWRada3\r\n9lqx1ZtWGW9Ercd1DR20osJsyh4hlIpYSxjBSRXNPI2Gg4i0k8OqhIqnLOzP\r\nW+ccsCiB6ht50AAiwb0059NgSBxEig3x70JBBtmBHyQWpMwQKb0IIl9niRUi\r\n4q5XX3ApNSer30VBCNgCpiBP2/icwDwR9Tl+ZTYFNMif5VjiwFsNwxOZpH8C\r\nECaqw+kRQ1mYnD2u/1Dziapb8GtLC/Wo16IXECpqGpz2R7CGkxMhxj7yEV0X\r\nlt14iCGlOtEsZ+gyAPZ+tTMO2+pao9By18oveGsCfnTHiS++zXkA7cxArEyq\r\ntqU/CVtjpVjfdB2qPPRrUUuE8894CSu+pI8=\r\n=6kS1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","gitHead":"e89d31b65e7f07ea4f50f848c3429a8480413b1f","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"9.3.1","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"18.14.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^15.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"^3.1.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-config-standard-with-typescript":"^34.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.7.4_1676379019232_0.9083640216896494","host":"s3://npm-registry-packages"}},"1.9.2":{"name":"@cyclonedx/cyclonedx-npm","version":"1.9.2","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.9.2","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"b62404ac13958cd16bc30d122bab4c8e34702bf2","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.9.2.tgz","fileCount":15,"integrity":"sha512-s3NSI3w+99lH9eVh8xwldIntu3PIeEJMQvY75ajIG8aRdKp8hNlizlplEjGOaB+BUbeXvPxOFc8SvHs9qqtlDw==","signatures":[{"sig":"MEQCID03CwAwYHqImzA217ni221KgxbUOIhWUByh9hhckFC4AiArSmfTjhfzEBc7qcXv96rcnbCJw82db7e0uh+mA3u8pA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64597,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJZvuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrIDRAAmjVO9fA0v/mwRbY4mJ8Yr0KLTrAJpIO4ZlX9N7Pe62QPo4oG\r\nzYShCGLJPWEv28dHulILqQ9N/H5Z9aaUWhXLUHwY91EnDK1VAnX79TvjpSM4\r\nIO3T54gWuCvNmV/BLbi5EJm1yDtK5y9ORhCngCcrV9PN0iDTczXyJxfF9eaD\r\nsj9sc8w6Ku9fKCpuSkQ0IyXehS/EjduaXdOCc7ftTn0dSVP0GPhm3po2c4a0\r\n+LfnNfhW8BDiRKaMYmPiEDj8XeCT8Jbe6Fn5Sjq8zvSH78q+ypLbWxnemZ7z\r\nYR3ntPUZVShKrerEUnRD1DY97wGQyNCtmcDjoERiEPm49uPKhvmmdMpoYRTn\r\ntfGxlAxm5WKCKOouxAVv6WDnWsE022E0MpMqpD5zIU+DQteL6QQCw1yU8dWi\r\nDzowr6jtC9eG01D+RcCkRkjMiJmmdVOQUW9qfE/KhYtP+CZZSKoKklJ+6Ujs\r\nM3oh3LZsBvuFcSS6jZbpJtodQnfVO5TPx+sp/vUAQJYzFdFQG2pf8vzXsmdY\r\nuKDZ80GB0tOwCYcnRHmq5J0Vg65qzNkJgomYDlChPYmWO/I/Pwif1ksTClQ7\r\nFdBBHCaqlxN2KmLwEo04iVaps9yCFUQFVUPkHCQkFzhMVsERx1JyRB9c2xMV\r\nFeaMSj1/UhFzmyR12jvBgEJiQtra+HnUKRE=\r\n=y3v1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://github.com/sponsors/jkowalleck","type":"github"},{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"3056b93789839e648b4630cb7f276ca19e51b67d","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"9.5.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"18.15.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^3||^4||^5","@cyclonedx/cyclonedx-library":"^1.13.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.5.0","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^15.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"^3.1.1","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-config-standard-with-typescript":"^34.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.9.2_1680186350360_0.7337041492063918","host":"s3://npm-registry-packages"}},"4.0.2":{"name":"@cyclonedx/cyclonedx-npm","version":"4.0.2","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@4.0.2","maintainers":[{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"},{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"}],"contributors":[{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},{"name":"Alex Miller","email":"codex.nz@gmail.com"},{"url":"https://github.com/MalickBurger","name":"Malick Burger","email":"malickjackburger@gmail.com"},{"url":"https://github.com/igord","name":"Igor Dimitrijevic"},{"url":"https://github.com/arthurlutz","name":"Arthur Lutz"},{"url":"https://github.com/joonamo","name":"Joona Heinikoski"},{"url":"https://github.com/cuhland","name":"cuhland"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"cbbe59a3a17cfc2a7ceec414a646fd834963f78d","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-4.0.2.tgz","fileCount":25,"integrity":"sha512-MImWYjhuivo+cvCCyZb8v4RwrBrOUPYFQ5geUAdk90qm8FxA9zlIgWa+Uk7I0szUrz3f/Rx8XwZTGgi213FuBw==","signatures":[{"sig":"MEUCIQCbxwy64wUHXhGy+W4Bzv5X3WTVxOWuL1MU11u8yh3s6AIgDN1TpnvSvSDPnBVaErv6+RATQyTdtGiiSUUF6+Lzr+M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cyclonedx%2fcyclonedx-npm@4.0.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":92244},"main":"./dist/cli.js","type":"commonjs","engines":{"npm":">=9","node":">=20.18.0"},"exports":"./index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"3fffab183199d75b12954e7bc3ab449a7228b698","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:\\*","build":"tsc -b ./tsconfig.json","cs-fix":"npm --prefix tools/code-style exec -- eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","build-dev":"npm run -- build --sourceMap","dev-setup":"npm i && run-p --aggregate-output -lc dev-setup:\\*","test:jest":"c8 jest","prepublish":"npm run build","setup-tests":"node tests/integration/setup.js","test:standard":"npm --prefix tools/code-style exec -- eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build setup-tests test","dev-setup:tools":"run-p --aggregate-output -lc dev-setup:tools:\\*","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","test:dependencies":"npm --prefix tools/test-dependencies exec -- knip --include dependencies,unlisted,unresolved --production","dogfooding:npm-exec":"npm exec .","dev-setup:tools:code-style":"npm --prefix tools/code-style install","dev-setup:tools:test-dependencies":"npm --prefix tools/test-dependencies install"},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.9.3","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"22.19.0","dependencies":{"commander":"^14.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^7.0.0 || ^8.0.0","@cyclonedx/cyclonedx-library":"^8.4.0||^9.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^10","jest":"30.1.3","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.9.2","@types/node":"ts5.8","imurmurhash":"^0.1.4","npm-run-all2":"^7 || ^8","@types/normalize-package-data":"^2.4.4"},"optionalDependencies":{"ajv":"^8.12.0","libxmljs2":"^0.35||^0.37","ajv-formats":"^3.0.1","ajv-formats-draft2019":"^1.6.1"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_4.0.2_1758017914020_0.6922370737850929","host":"s3://npm-registry-packages-npm-production"}},"4.2.0":{"name":"@cyclonedx/cyclonedx-npm","version":"4.2.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@4.2.0","maintainers":[{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"},{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"}],"contributors":[{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},{"name":"Alex Miller","email":"codex.nz@gmail.com"},{"url":"https://github.com/MalickBurger","name":"Malick Burger","email":"malickjackburger@gmail.com"},{"url":"https://github.com/igord","name":"Igor Dimitrijevic"},{"url":"https://github.com/arthurlutz","name":"Arthur Lutz"},{"url":"https://github.com/joonamo","name":"Joona Heinikoski"},{"url":"https://github.com/cuhland","name":"cuhland"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"1a9214f03e48911f3e7df20c447264dfdc5c6a2b","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-4.2.0.tgz","fileCount":17,"integrity":"sha512-TDGb85XzPMagN8WxIGgn24sCMdgQ51UdhwvaGmAIje/3P78+vyf2s9pAU0KMSDBVz3JQ66OpHaIDpR+dpRS1Ww==","signatures":[{"sig":"MEUCIQDWsyyX5pzpxWFmifPr+0P1/zc6D1voUS317eCrlpAywgIgAQdr3WNNAvq7DD4dm9HOb6tRkEiJaxUBhZnsLsahq/0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cyclonedx%2fcyclonedx-npm@4.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":86939},"main":"./dist/cli.js","type":"commonjs","engines":{"npm":">=9","node":">=20.18.0"},"exports":"./index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"e84b81fd9632144a5d179a307574688aeebe94f0","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:\\*","build":"tsc -b ./tsconfig.json","cs-fix":"npm --prefix tools/code-style exec -- eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","build-dev":"npm run -- build --sourceMap","dev-setup":"npm i && run-p --aggregate-output -lc dev-setup:\\*","test:jest":"c8 jest","prepublish":"npm run build","setup-tests":"node tests/integration/setup.js","test:standard":"npm --prefix tools/code-style exec -- eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build setup-tests test","dev-setup:tools":"run-p --aggregate-output -lc dev-setup:tools:\\*","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","test:dependencies":"npm --prefix tools/test-dependencies exec -- knip --include dependencies,unlisted,unresolved --production","dogfooding:npm-exec":"npm exec .","dev-setup:tools:code-style":"npm --prefix tools/code-style install","dev-setup:tools:test-dependencies":"npm --prefix tools/test-dependencies install"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:b3a32008-78c4-443a-aac0-216a767f1645"}},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"11.8.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"24.13.1","dependencies":{"commander":"^14.0.0","xmlbuilder2":"^3.0.2 || ^4.0.3","packageurl-js":"^2.0.1","spdx-expression-parse":"^3.0.1 || ^4.0.0","normalize-package-data":"^7.0.0 || ^8.0.0","@cyclonedx/cyclonedx-library":"^10.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^11","jest":"30.2.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.9.3","@types/node":"ts5.8","imurmurhash":"^0.1.4","npm-run-all2":"^7 || ^8","@types/spdx-expression-parse":"^3.0.5","@types/normalize-package-data":"^2.4.4"},"optionalDependencies":{"ajv":"^8.12.0","libxmljs2":"^0.35||^0.37","ajv-formats":"^3.0.1","ajv-formats-draft2019":"^1.6.1"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_4.2.0_1772544307727_0.7831208282890192","host":"s3://npm-registry-packages-npm-production"}},"1.7.5":{"name":"@cyclonedx/cyclonedx-npm","version":"1.7.5","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.7.5","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"29a8383dd035169aaa4c76372dd5d238b66f1150","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.7.5.tgz","fileCount":16,"integrity":"sha512-73wthjLyFTOjvbNj9l4/lskVPFQayEL7e7NxGytqEIGBIPMQD50KeVXMSI+6FCdBnKHCar8WG8Onq4dlrxhyDg==","signatures":[{"sig":"MEUCIGILO/tjPmZzGoXHu4FQOzldxMqHiQHgQrcM/5G5Ts6mAiEA0qY2AgOX5twAYroN9a1w4JEo8zK4v+yY6UbfyBOtaOE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63524,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj64bWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqoDw//e1tYZDnXQ11tujWuR3ix6r4XPE236G/7enZcTw+V9Qz/YSSH\r\nQl73QXiv18GjjkoVxO9A1qp+uev7v3hBtaEJrCVRxP9ZPxubzFGmooLPABTn\r\nQbY2Ytpyl+NIZMNbozl+UnI19LB+wnyjgZ64xGtZ26FwSSn/XVVLKW4a700j\r\nrHDSQ/EgPnuq30/LeKcgDcwKSZnJZ5uw1rvLFlvXzDoP8XXmY3UlHb0AOqJI\r\nCfLkBrEtEaLbU6lzb+mHt9vQ7SwW80OvX7PoVuqMSWE4m4BqGZfWBcLYtg1w\r\nq+8pywnnYGInRH83LCryhq3uPLuCvESOrGEolygfFNNEQWw+S+TDT8aNklOg\r\nu9g7rNTas2cI17sy8bML4oQ/bvqmiRKZicqC37wxHd+JjBldd9K+YQlN+TWY\r\nmffI5U9iLky9j8cxGsa//z8ucgHJi5LJNv2G8WmNrJUPgMSxHuy973eCEGUT\r\nQU/h2BSHxOMRuW0bCLfYdbL9wnN0tDZE/y2uab+VVroAET2yr9dRrkwxmi3o\r\n2uab4A9wOCfhetPIcEMzbkqvGjuW+6O4x4cUWhzqFxiWFGrTbBBT8bMmfcsw\r\nVvDlYXNhmWfRlM0JKHmCDa64Udo0ahNhj47LrWUfNscIB8jiBFLcapfwVjwu\r\nMnkHSGkm6Xm2E0a+9aS7HYjZZ0yNfDS3KB8=\r\n=8Y36\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","gitHead":"e9a152ace9fd2da2bf2129f20187ec7803ab0d0c","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"9.3.1","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"18.14.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^15.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"^3.1.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-config-standard-with-typescript":"^34.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.7.5_1676379862212_0.1902304632441847","host":"s3://npm-registry-packages"}},"4.0.3":{"name":"@cyclonedx/cyclonedx-npm","version":"4.0.3","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@4.0.3","maintainers":[{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"},{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"}],"contributors":[{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},{"name":"Alex Miller","email":"codex.nz@gmail.com"},{"url":"https://github.com/MalickBurger","name":"Malick Burger","email":"malickjackburger@gmail.com"},{"url":"https://github.com/igord","name":"Igor Dimitrijevic"},{"url":"https://github.com/arthurlutz","name":"Arthur Lutz"},{"url":"https://github.com/joonamo","name":"Joona Heinikoski"},{"url":"https://github.com/cuhland","name":"cuhland"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"03496d494fe98afc2398bf4791966c42993297bd","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-4.0.3.tgz","fileCount":25,"integrity":"sha512-L2DkzikU0zEmp1MfvZ0ki1Wbot+VaQAXgwF6Fqx6DOVnsttVitjYfYnehcK7FB2UveEY4t9XqxqJZZ8z8JF7RQ==","signatures":[{"sig":"MEYCIQCFlyPzq20Q8KB8oW9jUcSdZGqzwMFxMH6WaveL481eAwIhAPuTP0TVKAwAIbOGot50GtTIMyCAOVOVTorfcPao/GrI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cyclonedx%2fcyclonedx-npm@4.0.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":92578},"main":"./dist/cli.js","type":"commonjs","engines":{"npm":">=9","node":">=20.18.0"},"exports":"./index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"3ade5de3a44816d15e1617412e6afb253b522b40","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:\\*","build":"tsc -b ./tsconfig.json","cs-fix":"npm --prefix tools/code-style exec -- eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","build-dev":"npm run -- build --sourceMap","dev-setup":"npm i && run-p --aggregate-output -lc dev-setup:\\*","test:jest":"c8 jest","prepublish":"npm run build","setup-tests":"node tests/integration/setup.js","test:standard":"npm --prefix tools/code-style exec -- eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build setup-tests test","dev-setup:tools":"run-p --aggregate-output -lc dev-setup:tools:\\*","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","test:dependencies":"npm --prefix tools/test-dependencies exec -- knip --include dependencies,unlisted,unresolved --production","dogfooding:npm-exec":"npm exec .","dev-setup:tools:code-style":"npm --prefix tools/code-style install","dev-setup:tools:test-dependencies":"npm --prefix tools/test-dependencies install"},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.9.3","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"22.19.0","dependencies":{"commander":"^14.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^7.0.0 || ^8.0.0","@cyclonedx/cyclonedx-library":"^8.4.0||^9.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^10","jest":"30.1.3","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.9.2","@types/node":"ts5.8","imurmurhash":"^0.1.4","npm-run-all2":"^7 || ^8","@types/normalize-package-data":"^2.4.4"},"optionalDependencies":{"ajv":"^8.12.0","libxmljs2":"^0.35||^0.37","ajv-formats":"^3.0.1","ajv-formats-draft2019":"^1.6.1"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_4.0.3_1758528617196_0.8854125269815047","host":"s3://npm-registry-packages-npm-production"}},"4.2.1":{"name":"@cyclonedx/cyclonedx-npm","version":"4.2.1","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","license":"Apache-2.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","repository":{"type":"git","url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git"},"bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/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":"Alex Miller","email":"codex.nz@gmail.com"},{"name":"Malick Burger","email":"malickjackburger@gmail.com","url":"https://github.com/MalickBurger"},{"name":"Igor Dimitrijevic","url":"https://github.com/igord"},{"name":"Arthur Lutz","url":"https://github.com/arthurlutz"},{"name":"Joona Heinikoski","url":"https://github.com/joonamo"},{"name":"cuhland","url":"https://github.com/cuhland"}],"dependencies":{"@cyclonedx/cyclonedx-library":"^10.0.0","commander":"^14.0.0","normalize-package-data":"^7.0.0 || ^8.0.0","packageurl-js":"^2.0.1","spdx-expression-parse":"^3.0.1 || ^4.0.0","xmlbuilder2":"^3.0.2 || ^4.0.3"},"optionalDependencies":{"ajv":"^8.12.0","ajv-formats":"^3.0.1","ajv-formats-draft2019":"^1.6.1","libxmljs2":"^0.35||^0.37"},"devDependencies":{"@types/node":"ts5.8","@types/normalize-package-data":"^2.4.4","@types/spdx-expression-parse":"^3.0.5","fast-glob":"^3.2.11","imurmurhash":"^0.1.4","c8":"^11","jest":"30.2.0","jest-junit":"16.0.0","npm-run-all2":"^7 || ^8","typescript":"5.9.3"},"type":"commonjs","engines":{"node":">=20.18.0","npm":">=9"},"directories":{"doc":"docs","src":"src","lib":"dist","test":"tests","example":"demo"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"main":"./dist/cli.js","exports":"./index.js","scripts":{"dev-setup":"npm i && run-p --aggregate-output -lc dev-setup:\\*","dev-setup:tools":"run-p --aggregate-output -lc dev-setup:tools:\\*","dev-setup:tools:code-style":"npm --prefix tools/code-style install","dev-setup:tools:test-dependencies":"npm --prefix tools/test-dependencies install","prepublish":"npm run build","prepublishOnly":"run-s -lc build setup-tests test","lint":"tsc --noEmit","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","build":"tsc -b ./tsconfig.json","build-dev":"npm run -- build --sourceMap","cs-fix":"npm --prefix tools/code-style exec -- eslint --fix .","setup-tests":"node tests/integration/setup.js","test":"run-p --aggregate-output -lc test:\\*","test:jest":"c8 jest","test:standard":"npm --prefix tools/code-style exec -- eslint .","test:dependencies":"npm --prefix tools/test-dependencies exec -- knip --include dependencies,unlisted,unresolved --production","dogfooding:npx":"npx .","dogfooding:npm-exec":"npm exec .","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js"},"jest-junit":{"suiteName":"jest tests","outputDirectory":"reports/jest","outputName":"tests.junit.xml"},"gitHead":"5db779cbb473b0bda684e428562d49c70ffdd8bb","_id":"@cyclonedx/cyclonedx-npm@4.2.1","_nodeVersion":"24.14.0","_npmVersion":"11.9.0","dist":{"integrity":"sha512-SOA/96sf0wsgUYCRtFkLFm6WoFhG+q1BxdC84hPSn9J3xWlH1e7OnTPJT+WNUzTqzX1nSm5JhjRX4krozu2X+g==","shasum":"4df05c3dd177e59556ca5c8e9b526727b6f6629f","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-4.2.1.tgz","fileCount":17,"unpackedSize":86778,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cyclonedx%2fcyclonedx-npm@4.2.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCZ+1ZyIwBxyCmXqU1idogfmfW2eQlA/psvLyg05unZhgIhAKr+NNSmDVwpOrHsIWo3AfrVgqM4oql57eCHm7vpc0fp"}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:b3a32008-78c4-443a-aac0-216a767f1645"}},"maintainers":[{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"},{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/cyclonedx-npm_4.2.1_1773047387082_0.03015751708068759"},"_hasShrinkwrap":false},"4.0.0":{"name":"@cyclonedx/cyclonedx-npm","version":"4.0.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@4.0.0","maintainers":[{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"},{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"}],"contributors":[{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},{"name":"Alex Miller","email":"codex.nz@gmail.com"},{"url":"https://github.com/MalickBurger","name":"Malick Burger","email":"malickjackburger@gmail.com"},{"url":"https://github.com/igord","name":"Igor Dimitrijevic"},{"url":"https://github.com/arthurlutz","name":"Arthur Lutz"},{"url":"https://github.com/joonamo","name":"Joona Heinikoski"},{"url":"https://github.com/cuhland","name":"cuhland"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"4feaf1d0a588e9b2ae909aab7105fce2fd5e9b9b","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-4.0.0.tgz","fileCount":21,"integrity":"sha512-CXzMeLAKJnikuGTBhR6u8WqIQM/dIWVHqnSy/o4z+e8BqfPC/Sdj3dhfPDUxiis5wzXaDoMyLWyOSC+yEdbVmA==","signatures":[{"sig":"MEQCIAa3jA5hVwuImj86W70OjFK94qq7yXA4JdYWZMJKXmsBAiB/1LuyYUS28fz6tLlnct/gU2t0k1t8GaXidbrmFkJlNA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cyclonedx%2fcyclonedx-npm@4.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":90946},"main":"./dist/cli.js","type":"commonjs","engines":{"npm":">=9","node":">=20.18.0"},"exports":"./index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"1ddde09caa42918d1a17c3d17b164a9c52aa35e8","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:\\*","build":"tsc -b ./tsconfig.json","cs-fix":"npm --prefix tools/code-style exec -- eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","build-dev":"npm run -- build --sourceMap","dev-setup":"npm i && run-p --aggregate-output -lc dev-setup:\\*","test:jest":"c8 jest","prepublish":"npm run build","setup-tests":"node tests/integration/setup.js","test:standard":"npm --prefix tools/code-style exec -- eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build setup-tests test:jest","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec .","dev-setup:code-style":"npm --prefix tools/code-style install"},"_npmUser":{"name":"cyclonedx-automation","actor":{"name":"cyclonedx-automation","type":"user","email":"info@cyclonedx.org"},"email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.9.2","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"22.16.0","dependencies":{"commander":"^14.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^7.0.0","@cyclonedx/cyclonedx-library":"^8.4.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^10","jest":"30.0.2","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.8.3","@types/node":"ts5.8","imurmurhash":"^0.1.4","npm-run-all2":"^7 || ^8","@types/normalize-package-data":"^2.4.4"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_4.0.0_1750669916017_0.9431135046862531","host":"s3://npm-registry-packages-npm-production"}},"4.0.1":{"name":"@cyclonedx/cyclonedx-npm","version":"4.0.1","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@4.0.1","maintainers":[{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"},{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"}],"contributors":[{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},{"name":"Alex Miller","email":"codex.nz@gmail.com"},{"url":"https://github.com/MalickBurger","name":"Malick Burger","email":"malickjackburger@gmail.com"},{"url":"https://github.com/igord","name":"Igor Dimitrijevic"},{"url":"https://github.com/arthurlutz","name":"Arthur Lutz"},{"url":"https://github.com/joonamo","name":"Joona Heinikoski"},{"url":"https://github.com/cuhland","name":"cuhland"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"bcc700235f92a1575ba384a2b0f9215fb24c2118","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-4.0.1.tgz","fileCount":25,"integrity":"sha512-VBM5HjNePiZN1H/TG69yjiPAggYtwfy6sixcibU/6o0gcIYk+ZBqIJcCgsN9T776b/TnBYtvzQNm9MmLbJUqgg==","signatures":[{"sig":"MEUCIQDqfhc6vTk8h1/Y4Dh1BSEgoZyybx8bdWRnAfZNgV9RwgIgedx3H0FkYW/9gVoQ2b57TIJ0TWGWpeG+LzwvLAW+DAA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cyclonedx%2fcyclonedx-npm@4.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":92081},"main":"./dist/cli.js","type":"commonjs","engines":{"npm":">=9","node":">=20.18.0"},"exports":"./index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"edc1033eb2a5981841769593d638ca6de0a9889c","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:\\*","build":"tsc -b ./tsconfig.json","cs-fix":"npm --prefix tools/code-style exec -- eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","build-dev":"npm run -- build --sourceMap","dev-setup":"npm i && run-p --aggregate-output -lc dev-setup:\\*","test:jest":"c8 jest","prepublish":"npm run build","setup-tests":"node tests/integration/setup.js","test:standard":"npm --prefix tools/code-style exec -- eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build setup-tests test","dev-setup:tools":"run-p --aggregate-output -lc dev-setup:tools:\\*","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","test:dependencies":"npm --prefix tools/test-dependencies exec -- knip --include dependencies,unlisted,unresolved --production","dogfooding:npm-exec":"npm exec .","dev-setup:tools:code-style":"npm --prefix tools/code-style install","dev-setup:tools:test-dependencies":"npm --prefix tools/test-dependencies install"},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.9.3","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"22.19.0","dependencies":{"commander":"^14.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^7.0.0 || ^8.0.0","@cyclonedx/cyclonedx-library":"^8.4.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^10","jest":"30.1.3","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.9.2","@types/node":"ts5.8","imurmurhash":"^0.1.4","npm-run-all2":"^7 || ^8","@types/normalize-package-data":"^2.4.4"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_4.0.1_1756989510966_0.47051751051593116","host":"s3://npm-registry-packages-npm-production"}},"3.0.0":{"name":"@cyclonedx/cyclonedx-npm","version":"3.0.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@3.0.0","maintainers":[{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"},{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"}],"contributors":[{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},{"name":"Alex Miller","email":"codex.nz@gmail.com"},{"url":"https://github.com/MalickBurger","name":"Malick Burger","email":"malickjackburger@gmail.com"},{"url":"https://github.com/igord","name":"Igor Dimitrijevic"},{"url":"https://github.com/arthurlutz","name":"Arthur Lutz"},{"url":"https://github.com/joonamo","name":"Joona Heinikoski"},{"url":"https://github.com/cuhland","name":"cuhland"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"cbbda2b9c4b4bb4df8a2255346668ec587b93a90","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-3.0.0.tgz","fileCount":21,"integrity":"sha512-lQr2Sl1xD0HeQZrEtC+x+HBM61eKWujlw0HJDm9d542cATt5/23TfDjUPvy0WhHRgFtDKRmTE7FG14UZOdM+GA==","signatures":[{"sig":"MEUCIQCM9uV0DmR85cagMsnAQkU1qa71eWgVZo6v39VEf6iToAIgI8hyLi+dUhnYmsjwkZ/jExn+FJC3Za0hziF0PJ6xkXI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cyclonedx%2fcyclonedx-npm@3.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":91665},"main":"./dist/cli.js","type":"commonjs","engines":{"npm":">=9","node":">=20.18.0"},"exports":"./index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"74ece7cf2921286d2f595a45a0a079f360ea3163","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:\\*","build":"tsc -b ./tsconfig.json","cs-fix":"npm --prefix tools/code-style exec -- eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","build-dev":"npm run -- build --sourceMap","dev-setup":"npm i && run-p --aggregate-output -lc dev-setup:\\*","test:jest":"c8 jest","prepublish":"npm run build","setup-tests":"node tests/integration/setup.js","test:standard":"npm --prefix tools/code-style exec -- eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build setup-tests test:jest","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec .","dev-setup:code-style":"npm --prefix tools/code-style install"},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.9.2","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"22.14.0","dependencies":{"commander":"^13.1.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^7.0.0","@cyclonedx/cyclonedx-library":"^8.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^10","jest":"29.7.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.8.3","@types/node":"ts5.8","imurmurhash":"^0.1.4","npm-run-all2":"^7","@types/normalize-package-data":"^2.4.4"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_3.0.0_1744144935496_0.9635899409237441","host":"s3://npm-registry-packages-npm-production"}},"4.1.1-rc.0":{"name":"@cyclonedx/cyclonedx-npm","version":"4.1.1-rc.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@4.1.1-rc.0","maintainers":[{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"},{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"}],"contributors":[{"url":"https://github.com/jkowalleck","name":"Jan Kowalleck"},{"name":"Alex Miller","email":"codex.nz@gmail.com"},{"url":"https://github.com/MalickBurger","name":"Malick Burger","email":"malickjackburger@gmail.com"},{"url":"https://github.com/igord","name":"Igor Dimitrijevic"},{"url":"https://github.com/arthurlutz","name":"Arthur Lutz"},{"url":"https://github.com/joonamo","name":"Joona Heinikoski"},{"url":"https://github.com/cuhland","name":"cuhland"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"db0892c9a9424f30b8cb044ca897ef9341007800","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-4.1.1-rc.0.tgz","fileCount":25,"integrity":"sha512-ljNPzQRyZ1TfM2zLm266OKMZqYKDZ946WOMyeejxTyTi3Hb1LaaVOGL0FUqlw9tIxlmJ4OhqXca7Pm86mQb7wg==","signatures":[{"sig":"MEYCIQC7h8AaUlrsxA+f619LF9QSYOg0jOuFPoDOl52F+MUw5wIhAJ7mmAQtk0npphJ8Fy/5SlLtWisn7HV3jHJVSKidPiOd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cyclonedx%2fcyclonedx-npm@4.1.1-rc.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":92867},"main":"./dist/cli.js","type":"commonjs","engines":{"npm":">=9","node":">=20.18.0"},"exports":"./index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"2bcb1d353ec0b82cbee398625b0d35530d05a7ef","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:\\*","build":"tsc -b ./tsconfig.json","cs-fix":"npm --prefix tools/code-style exec -- eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","build-dev":"npm run -- build --sourceMap","dev-setup":"npm i && run-p --aggregate-output -lc dev-setup:\\*","test:jest":"c8 jest","prepublish":"npm run build","setup-tests":"node tests/integration/setup.js","test:standard":"npm --prefix tools/code-style exec -- eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build setup-tests test","dev-setup:tools":"run-p --aggregate-output -lc dev-setup:tools:\\*","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","test:dependencies":"npm --prefix tools/test-dependencies exec -- knip --include dependencies,unlisted,unresolved --production","dogfooding:npm-exec":"npm exec .","dev-setup:tools:code-style":"npm --prefix tools/code-style install","dev-setup:tools:test-dependencies":"npm --prefix tools/test-dependencies install"},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.9.3","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"22.20.0","dependencies":{"commander":"^14.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^7.0.0 || ^8.0.0","@cyclonedx/cyclonedx-library":"^8.4.0||^9.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^10","jest":"30.2.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.9.3","@types/node":"ts5.8","imurmurhash":"^0.1.4","npm-run-all2":"^7 || ^8","@types/normalize-package-data":"^2.4.4"},"optionalDependencies":{"ajv":"^8.12.0","libxmljs2":"^0.35||^0.37","ajv-formats":"^3.0.1","ajv-formats-draft2019":"^1.6.1"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_4.1.1-rc.0_1761733445436_0.7737362359067086","host":"s3://npm-registry-packages-npm-production"}},"2.0.0":{"name":"@cyclonedx/cyclonedx-npm","version":"2.0.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@2.0.0","maintainers":[{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"},{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"4ac33c6d3589b15ebbeefffd7b3b67307fd25acf","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-2.0.0.tgz","fileCount":16,"integrity":"sha512-x/5YaWh40RuBiKLuSF2zqFrcjOz2nQBLqn3nw0lVF9XXfPWDZ4PwSQSHtJ0B7TCPVRKyzr6aFgH5NstbitiM8g==","signatures":[{"sig":"MEQCIGVaw6K/zgypETY4OpAz7g/iauwp8yuMOvmxzYAH6TNEAiBHtpBXyIQPrsH25eA0C5JT4M7WQeHMqBCf5sP0TpM/Aw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cyclonedx%2fcyclonedx-npm@2.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":77991},"main":"./dist/cli.js","type":"commonjs","engines":{"npm":"6 - 11","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"b7e4d0152ea5ce8bc73f3981640f35c17764cea9","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","build-dev":"npm run -- build --sourceMap","test:jest":"jest","prepublish":"npm run build","setup-tests":"node tests/integration/setup.js","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build setup-tests test:jest","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.9.2","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"22.13.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^3||^4||^5||^6","@cyclonedx/cyclonedx-library":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"29.7.0","eslint":"8.57.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.7.3","@types/node":"ts5.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"3.1.1","@types/hosted-git-info":"^3.0.5","eslint-config-standard":"17.1.0","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"12.1.1","eslint-config-standard-with-typescript":"43.0.1"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_2.0.0_1737974709975_0.027431043076117767","host":"s3://npm-registry-packages-npm-production"}},"1.8.0-alpha.5d82149ae21396f6824c94185281b9162e2a1841":{"name":"@cyclonedx/cyclonedx-npm","version":"1.8.0-alpha.5d82149ae21396f6824c94185281b9162e2a1841","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.8.0-alpha.5d82149ae21396f6824c94185281b9162e2a1841","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"82df8f6b4e66c03d957027efa6c609ee2cf3ab2c","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.8.0-alpha.5d82149ae21396f6824c94185281b9162e2a1841.tgz","fileCount":16,"integrity":"sha512-3pXxxbepHdQVvDFHC0S2gEwgXI1RNwaMmwrBfU+/BFjRar6qF+nz0+AjR8ukuDBlDoXg2c0pvrfw8TEoH8vdxA==","signatures":[{"sig":"MEQCIBDwNjIXcV2H7Ekyh3wswKTfEq9daOuo2XgxZJp1k3GOAiAfnwuoethETkTMgYXOtej9X8ptMDmsgvdrA9HIApWExw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64284,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj6ok+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqiVA/8Cq6rk7bsABAPur3dtRodJcItduNZPxYv4P80p5l0zz5sW4sh\r\n1vk8sYfmbJvH0YWuRcsbZdHAThGUHUdgrHZlEHOWSKCWjnmgqt094uv++0hR\r\nIgubSk5kJa6lA71p5hxclC8bW+Z5+M/16i6R4pXD5GPMi6Q4dFJ3/MT5Zg9y\r\nVKaqsj8xuomK4Pu9RKKAdNCDwG5A+ud5GO6h193vn/Fx5p6RPioNvJUvhd9C\r\n/UNJ8SNXH1zoMPkx6j93/8k3soTdCt/662wsFJefdFVNXpsRrCSqj1hR6eF3\r\nbP/ROWC1B9QTS1Z1saPe3OZnFXLF5X8P6ae6CaiZgwcmXBY46PWpWDubrojB\r\nsEVWdjKeTYzK8MvSFsS/mAmS6gdEkDXlGvbtCgfi8V+u96tNFKsAct6GsrJ4\r\no4jx3FyeGEeyApJs6MqrP7TA+QgKRtxW7uaeflT7+1MQCHhSeqalKKrFhjft\r\nlhdkE9Ax5EGQH4JHV3gAXe5tUIgxkIGzS2ypGjCdaZgWtk3lnh2VTpeixaVj\r\nItN8dqaXz1ccuQGRhlWN+nXzgLegBogCbQ71kz54lOoYBBKt2nYqEz2fvu/7\r\nMXHJjENdwm0k3lG/NwrDx3RWWdXIIuOGt+1lGuLJnDUdL7shaksZND9GIyNs\r\nmIx95Wm+wT8D7halz6E6hFCsYUwcdMm0Nq0=\r\n=UTr9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","gitHead":"167342ad42e453019751889531773bdb0735fa2a","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"9.3.1","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"18.14.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^15.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"^3.1.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-config-standard-with-typescript":"^34.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.8.0-alpha.5d82149ae21396f6824c94185281b9162e2a1841_1676314942503_0.8043084167553909","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.4.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.4.0","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"276c2d29715d4ffed76db7510aa1f6af00542d52","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.4.0.tgz","fileCount":14,"integrity":"sha512-od/+7JfPux1dITWbOP8KRFqSp3xYNxkF0vGVg4njq2hZZekccGYrzsVTV5ryH62jHc6xO9GJo0iJCmkNJokHuQ==","signatures":[{"sig":"MEQCIEKBzydCF8vuKByDnmyGOffx3o7w74JqvAerFLVyyR6NAiAVjDI3LLzoBAfneAluAuTUWpx6eFEYYEkUUNAMucIXYw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZixSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqeoA/8Ctd8CpjnM3i0Blf+LO/FKrqiNHqiy13J78aPyRSQlU4DhGO/\r\nT4YsExX2pYplnfjI7mxkJFgr6PXqQWqWx9iseoj0mo+aNnpRcIi065C2iq3M\r\ngliD5JShTua6u3iDmCSVLmNsscsmAI+GR6ooacSw6CcnDVU26DcslsHkCciQ\r\nGT6zRTiCS0COvcwj03Kl1kHo1TrTigk5GUPgSIzxH5l7L1lRGtEH7ZLeY8Ym\r\nU1IeD7d45/C3laem+dVJql19+Pd7D/LyQFIo7am5cQK1DhIeOK73bcGyR6UG\r\ntLJ6bqbRh3LY2SzMcFJilONfOt0imZSMhpKJthWvuoNw5W0bz4vXKYR6aPYo\r\nNGC8weyqlBK0KcrWlf0qqIktEyicvxPysvNm4F37v+75WWUMzPzJM2RhMYhR\r\n3wbepEbLp184lPEJMXV58HgaOYCTdC2WswGmLoUc4ckG0vVSDA91qVeMsave\r\n3QpXNQgJh0+xzFWvOuCV7II6ci+RXxVvwSG0lTrPCXrfQJJVrh4fgL8pCt2e\r\nxVunMnmbPVlFv/wnwbbdUK3Y6fiwywlPpwqI663jszB5xaIPPPT0WUh/VWJv\r\nEnCbwS+cyyhyHeOSJAnVFUjKaf1kt8A3G0vB0HxIakkIDUXZfqjl3C2pB437\r\naEyq8OTUKBCicRZYgfgX8WLq++68ktpxYNc=\r\n=bzyK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","gitHead":"2d2bd2fcb2d02793d6ed450608087383a05568e5","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"8.19.2","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"16.18.0","dependencies":{"commander":"^9.4.0","xmlbuilder2":"^3.0.2","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^14.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-simple-import-sort":"^8.0.0","eslint-config-standard-with-typescript":"^23.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.4.0_1667640401803_0.9803534978258253","host":"s3://npm-registry-packages"}},"1.4.1":{"name":"@cyclonedx/cyclonedx-npm","version":"1.4.1","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.4.1","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"4f43ebfd1ef907f765cc13896aed0f8a03dcc8ac","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.4.1.tgz","fileCount":14,"integrity":"sha512-FiN0/IiZnvmwEM9MOQKhVvxm04oufVlSU1eoy5OAecwzhtEX5X1Xf41Hni+NALl4DETMbtitN54tpbprT183Pg==","signatures":[{"sig":"MEYCIQDsrJkh7PQdLFbJZqRNpzv5CY24eHxx723/d3e0pIvsVAIhAKNyfmZfY2F3BjUN+e55K5B4z03KzXDbe5x/inMgiywO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53245,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZwfPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmreGQ//azoUanzpKO6fedRAW2Qt+EtxEiOBRsY6hwZy9X3U7EsqVs6Q\r\njqL11YPfXoU0JoyAZ0506kBZx3FkOXTGhajnuYSPpRR3RzopUziyBKGrlNu1\r\n17qk6NFAhl2Ws11HvIZuLmRda4DouoKkahiEWt2LNgDFkQDTYsXVLC2VkHTh\r\n6t+eFtBj8RDmKke5DN+BFkQqg6OTP2MlLOAGxpNzLuMbVbvxOQHEscwcj2Rn\r\nvSxWnPLRbeFvS2zg1NO4t7MNkgsdTgg2OjXBvH5L2xqOvuHhXn/U03GIskbs\r\nthbmpgo+8QalU0/JXSqReMUQ5cFfBjx9Nrzcb/M5yBdXY0Y3GkA+ELvkt+ZV\r\n4V3j76O41qxi/Sg8awL2OS8B9CK9tRfgVB4+CD354BkpbkQMaNdtOiNpy80h\r\nF8Q7/EvtI7P9ozvf70wkt37tAaSEIm4oPQvFvLPiI6k0M08oJw9wENCtHftp\r\nbl+rpzNrO0Nk2hhJCBfqqZj2CNkrxfLPWetqrgD1Nm9JfvNgXG4aTVbdkgln\r\njYH55mUnqHQDpiH1OZ6h5/SM3kXFvxvKbxv5xx8HPmpS8nohzsLOybCZu0zY\r\nJ5xwX1uXxrKx1//KDLXtueAIqJtK9fiXd8p8XeLh1ddg0tbLjXkgZ2e4jpMX\r\n4JneOxuhWdBrhUBA7HpeGO548LcMSfQ+Bk8=\r\n=iMeu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","gitHead":"95b44f71a939084ac75298224a226421dce14625","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"8.19.2","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"16.18.0","dependencies":{"commander":"^9.4.0","xmlbuilder2":"^3.0.2","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^14.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-simple-import-sort":"^8.0.0","eslint-config-standard-with-typescript":"^23.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.4.1_1667696591509_0.973694265897713","host":"s3://npm-registry-packages"}},"1.6.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.6.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.6.0","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"f1344cb32ebf9fc965fac1cd02133075cd0f13c3","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.6.0.tgz","fileCount":14,"integrity":"sha512-+5/ePfexs7sOVc5VuFddenbP6lm3XuNRlh8kCSoH8YG+3shjKdtJBx93Rm00ghG+zSRMht5yFbK7AG/BEwfMxg==","signatures":[{"sig":"MEUCIGDmI5DWEatJ1WgtjY5PlsV6CW4V2tS3GVfVi14lld1rAiEAvqFIKr/aAlmQ+A7x4G+J2HMW2ut2VJUOyMYFue95GP8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57254,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjb1r7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmraCBAAmNPQGqh21xUnnCB4D616eqYLHsXlA1N3R5nekwfHjARGFEGh\r\nOKa6wb9Blzej/MpdWCkQwNCplXTwO+6/Kl/z1HURdKMSVFgYH7LI3hs+jQk9\r\nQA6R2qZafr/nEZGn385UmHsQzI3MFdzhTuhtp8mxgp3EuU4i7COznyhaN2ff\r\n1nGH7JLIQEhvJfkhtAK9NaIG3mKt1W0JhR/oX949hPMvjczQ7HAhGfagzrQX\r\namvgTRI8Zk0THfKUBR53CTFTAwCDMNuCJCWiyiXyjCAn/mlVMpBx+bbb3uvS\r\nGSx9uFiBQ8guxs8jOFtH+5vvxrGhCyest6HJQeD2NllcfgpAWDkXR9x9ruFf\r\n4xCgFQy6zdS6fcW3RnABHUkc8SSvQP7GCYL3t3Kd5JDOKsAZrHmCHzX7L7GV\r\nvO2T8/yGBDzTouH03hIQ12iiPIOLTdCrX16pRZUytR4EDgpxxw2kFamfkyv9\r\neIk0QUlOwChnhXXTL6NpyamlQ+f3/rTS9hQEqXZJOKl4Qi2QnHbmnX5phiHc\r\nP4EXbwEQsxP8EMfRgxAoZkzpRo6bmsotdKEG7h68/ByXB2PDqixM7sa7jJGn\r\n9WQmJ8GaPjV9cVpaflTCZsdurx93ynn3xOHvr4JFF1vG65IFyXZKXFRlFSUQ\r\na6/7cQgfCtGEFXsmO5OSqk5vbgdoGe0BG9s=\r\n=ETeN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","gitHead":"908c720401aa1815cb9c38334ab6151c2c6eaf7f","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"8.19.2","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"16.18.0","dependencies":{"commander":"^9.4.0","xmlbuilder2":"^3.0.2","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^14.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-simple-import-sort":"^8.0.0","eslint-config-standard-with-typescript":"^23.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.6.0_1668242171524_0.2922208577298009","host":"s3://npm-registry-packages"}},"1.6.1":{"name":"@cyclonedx/cyclonedx-npm","version":"1.6.1","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.6.1","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"f4329f02c6b80fdd04703667a1cbf5a5ef5fb1c4","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.6.1.tgz","fileCount":16,"integrity":"sha512-YpVUxxUGh0KJklOugx+EElLJnAgpS7m2mVNndTiDO4E9XAAGxTn2WjrmET+AaoGxAhvYp2NRuakt/xwRqZrbhw==","signatures":[{"sig":"MEUCIFyQs78MwSqI4h9+PtalqQ5hNvgRreJkGNsQ100hp6NRAiEA8tvsSoYSloUTY8usExHHlJ4TfXGEJTXyqiLOHY+6FcE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62784,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjeRqQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoWzA//TExajNEtK55KMGxCi2T9afM7+qVF0pqlDsyHvpHr/V4UAn/g\r\nYMqWkDiS1UNcSlIP/9JMuF7xI4R1+gnKvMQStUQ33MSUMAUgXfJerBxaOA4O\r\n9ClFUBlU/hxMnF3EXdO7qEWKcAbjGuUiaWUB+RcecsilwbXkcjHGaN1QW2YG\r\ndiRCLre+OI6jzeq6QP6PgKx4BW0TeUlZk3CsqFqmmXlCYT34iUWkhNJNWonh\r\nlxkCqPbZqvuj0GDMtmO8qKIUP0kvOscIJ4eXCC3hn/zfuVi102fXdl7f47mu\r\nhumHnMSc0HKIJDPtSFdI+tVQqBzGAhSq4BRyJE1UY+L1e2wXfiRZSiuisopW\r\nYvu0jmHugzr6l4O1uNY/CQU0zozKvsaB/kyZbt6hz2l0KViSG4w7p7y+jq/g\r\nphWKrp5eCht/Z1M7077X1wuiEIko9mjuh0070pirEmpLYOxd/Z6xAzETM2vZ\r\nc3B43bfuMSsjUPb1/rNOeHw1LPufUMPHxPz0h1hRQwS41vrQjITSggu2A0Fs\r\nCEOOgwRIxWAfeZuzpZPwlQkkByPPvPXwatj9PUaf3dQNyYGPyW/pXNFY9Id/\r\nzJziPPQbVpM2/YZHIdpcIsN4FY3DmrwDOrmSQfBpyKhNdyNeuQmwRR+o3WCk\r\nS52OH5VPrjjGY/Y7b3A80kPNIlrVHiFSZlI=\r\n=WdOI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","gitHead":"a9869f19cd824a689b32637d87084804d3f5096d","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"8.19.2","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"16.18.0","dependencies":{"commander":"^9.4.0","xmlbuilder2":"^3.0.2","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^15.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-simple-import-sort":"^8.0.0","eslint-config-standard-with-typescript":"^23.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.6.1_1668881040014_0.1732151428453781","host":"s3://npm-registry-packages"}},"1.8.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.8.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.8.0","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"fd3937c9e7577f73d30236efe4059ed0bc2ca207","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.8.0.tgz","fileCount":15,"integrity":"sha512-kz/j4Rx9UXfpEmB9lX8BadgODf+EjgBpJj1ERZps/Go5h0FmHQUh/5JEU7twflPsXt/KtznG78VKEVvjyPyjhg==","signatures":[{"sig":"MEUCIQCzr2a/8iO7zsljExKhW3EZGoFXuYbhvIV6vcvFRAzctQIgfVbcbwH5RThfO+Y4FzHAHgOUO3BWd1qc21nnVgEvrtA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj7oMwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr93RAAjdbwQyGmN2TwUaLeaT1j2cSv/YblxttT6geQSusmEBPRtgom\r\nK9ikVIay5hoaSLfT5RG6ZusjK2ccwLIhoEYgwqquJwJXRRVEpkuVxPPRjA91\r\n5O+Fwoe7wuliQuN+F5Dt+qzMYielKe5+1pa0vl8ntzJD8z7lmZnQ7iHFZICg\r\nSRLC3MTIYeWr49d809KoLNXe4ebkSOo/xyBo4uOHO7rOXsT6yqI3WQQjJZGL\r\nHQfuiwKFfaM7pkEJ1YOzMfMa49jsIeBEVvv1Jnrcnc4ZoVN/f0IgfJieYgGj\r\n1OHMBxs09NyN6bd8Ab1KpL+1y9kIOOWcUXdi2XkPRuEWNf0XJopr4jlzsLDS\r\nDaZvDJA1x3JfczC8YrJoEdAMChFgfxoyNPY3F13wM23Cf5fQjtZOSuh8yv/X\r\na9mealrbtRAacfgVkJL7p9ekPnik8lT9V17RKqTnWp0FzKoHZ8Tg1a+OC/r9\r\nLKmyRoQ8AQeNL/QM77mj8d3Ht2nv8togpy9c4U7K20WD/0X2Jl24iRcTxiGI\r\n0A9ujhLly4efO1QjryJn4hjnMV/eBBbnz5FzW49LeAPOUCz9mumI71v9eBQ4\r\na3zhHPgR4sAuqwEf1xvYMzS81rhDiFOWWrWhUp2HKpEr72mtRsyhfYEUZj9Q\r\ng4zLg4/eAh5nxifiD1EjnnTGDa7Haa7PDto=\r\n=yVUm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","gitHead":"a7255136d44a86ef9ee53cc76b917c066392b4b0","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"9.3.1","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"18.14.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^15.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"^3.1.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-config-standard-with-typescript":"^34.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.8.0_1676575535967_0.20602759425727424","host":"s3://npm-registry-packages"}},"1.14.2":{"name":"@cyclonedx/cyclonedx-npm","version":"1.14.2","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.14.2","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"9a58678c5781e507dcc3bcdd8e7261503dfb4e74","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.14.2.tgz","fileCount":15,"integrity":"sha512-XlE4LDR1ltq7FYZhDPeMgPdGhm9+Bcx4tW0VPaHHnqpLKXLQLl4Eq1qoA/GMFjR9YNyxgPB201A2oBA9ZEtBfg==","signatures":[{"sig":"MEQCIC87Qh02S4IvbxZo1Mx4rEUS7btBneqAtO/QMIsWuHtQAiBXQ0WTiECczwLoj0kVpnLZmUOrf4eJCj8qkCmdJltaGg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":68487},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 10","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://github.com/sponsors/jkowalleck","type":"github"},{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"3bdf3d5daa0611434bf411b30f516c64316f2f93","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build test","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.1.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"20.9.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^3||^4||^5||^6","@cyclonedx/cyclonedx-library":"^6.1.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"29.7.0","eslint":"8.53.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.2.2","@types/node":"ts5.2","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"3.1.1","eslint-config-standard":"17.1.0","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"10.0.0","eslint-config-standard-with-typescript":"39.1.1"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.14.2_1699264018310_0.6894635726261207","host":"s3://npm-registry-packages"}},"1.16.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.16.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.16.0","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"c91d5e5ee464648ebb69b55a411342668b787387","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.16.0.tgz","fileCount":17,"integrity":"sha512-yqn1UnExGzP4FM6J2P3gziS5gKX94EU9Wl085BzDSCYD8JQBAerMAD6qt8Ok0tlke+t+WREyq+6X8v5Rd26FIw==","signatures":[{"sig":"MEQCIDoRuCJT45AeEdpvJUFhyTE4Z9wXmGTKUi8j6doBbqiqAiALc80VPPMNlwpT/O7LE6fx7O2ZwJK4cOd330vKzeZBmg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":72751},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 10","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://tidelift.com/subscription/pkg/npm-.cyclonedx-cyclonedx-npm","type":"tidelift"},{"url":"https://github.com/sponsors/jkowalleck","type":"github"},{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"10e462217b6264c38c9c4fb49b90a530fc10d8d8","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build test","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.2.3","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"20.10.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","packageurl-js":"^1.2.1","normalize-package-data":"^3||^4||^5||^6","@cyclonedx/cyclonedx-library":"^6.1.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"29.7.0","eslint":"8.55.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.3.3","@types/node":"ts5.3","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"3.1.1","eslint-config-standard":"17.1.0","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"10.0.0","eslint-config-standard-with-typescript":"41.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.16.0_1702312347576_0.3239055419628627","host":"s3://npm-registry-packages"}},"1.14.3":{"name":"@cyclonedx/cyclonedx-npm","version":"1.14.3","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.14.3","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"7c9e43862c5f058edf87a76d8f7b1d68dfa0d6dc","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.14.3.tgz","fileCount":15,"integrity":"sha512-umDdsYyfn5H8eccy/6g73lJiedWqMLj4eXsTNZWk/n1i9LG4M/iUpzuzAK8Pa51N/tgh6/kav1gUYpBlCWv6qA==","signatures":[{"sig":"MEQCIAO7awzWYIIBSgkmRClABVBNebMfz3p8Ee9Xirg1Ep5dAiBDjC0bQ3VmfukA60kojxG9tmVbFj+i39PoDy3YUE9VnA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":68520},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 10","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://github.com/sponsors/jkowalleck","type":"github"},{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"48f9d8f9d4e52b32c30eb7f5e186bbc6903d317d","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build test","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.2.3","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"20.10.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","packageurl-js":"^1.2.1","normalize-package-data":"^3||^4||^5||^6","@cyclonedx/cyclonedx-library":"^6.1.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"29.7.0","eslint":"8.54.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.3.2","@types/node":"ts5.3","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"3.1.1","eslint-config-standard":"17.1.0","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"10.0.0","eslint-config-standard-with-typescript":"40.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.14.3_1701446807819_0.31370441328251086","host":"s3://npm-registry-packages"}},"1.16.1":{"name":"@cyclonedx/cyclonedx-npm","version":"1.16.1","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.16.1","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"3508ef91967308e15aaf18e326827f18927de3c4","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.16.1.tgz","fileCount":17,"integrity":"sha512-6FoyLWCe5Ca8Rhbd5o5g08IRvaBFEcoNy6RRglcOVAV2dU+fqsm2tY9woAttpRb81LxW6F17QEmV0CH1LkQtAg==","signatures":[{"sig":"MEQCIHRMTB9YE57oNlN1jHWxak4EGAkCP4rBfZApGkJPoR45AiBj+Zyac2rNR67YyFrS1IwsjPlT+XSVqQuMnSOXtrYohg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74187},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 10","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"35c0bc56912ced3f95bd4eb5ced7f3fa1f3c56ce","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build test","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.2.3","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"20.10.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","packageurl-js":"^1.2.1","normalize-package-data":"^3||^4||^5||^6","@cyclonedx/cyclonedx-library":"^6.1.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"29.7.0","eslint":"8.56.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.3.3","@types/node":"ts5.3","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"3.1.1","eslint-config-standard":"17.1.0","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"10.0.0","eslint-config-standard-with-typescript":"43.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.16.1_1705011092696_0.6810340032227427","host":"s3://npm-registry-packages"}},"1.16.2":{"name":"@cyclonedx/cyclonedx-npm","version":"1.16.2","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.16.2","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"5afbff9d2e8a9137582c272af18a0b98ddd2268e","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.16.2.tgz","fileCount":17,"integrity":"sha512-Z4wXZDdC5Fy2stP8H2MTf0sBI8qC2Pf/UvMJ1J6YdxaFH88JM7wjJcCo+EZg7I2RXNWAvzzMolM88r9/WB+YgA==","signatures":[{"sig":"MEQCIBLJubpuXEaTOg6pC1+YCMpHUhHKdNItX5Tzjxiy0GrtAiA0dldskMwUVVt70Grtw15ln1wiv1YGZJdjwFwYxokdXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74340},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 10","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"6e79be8ab17db05c648e417f1b776b0092139a74","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build test","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.2.4","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"20.11.1","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","packageurl-js":"^1.2.1","normalize-package-data":"^3||^4||^5||^6","@cyclonedx/cyclonedx-library":"^6.1.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"29.7.0","eslint":"8.57.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.4.2","@types/node":"ts5.4","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"3.1.1","eslint-config-standard":"17.1.0","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"12.0.0","eslint-config-standard-with-typescript":"43.0.1"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.16.2_1710846650977_0.15134013051878736","host":"s3://npm-registry-packages"}},"1.18.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.18.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.18.0","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"6f4b7869ce071389c72136bb5b36d4de0432ebf9","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.18.0.tgz","fileCount":17,"integrity":"sha512-Xldj5ZYnrZcyflx1IYyiMtjc4X+CWZfX2CrJZEPKfpqeSnF31VBXlAchl9h9oQzu31O7G+qZf24bmrxG/HLb6A==","signatures":[{"sig":"MEQCICM4BRvQ99RILwiad3sS8wXhFfqVA8RD2Vprj7STF+GAAiAifxg8qpXWhW+Txx1aMx0o388+gpeSBDVSxv3Zl2BCdQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@cyclonedx%2fcyclonedx-npm@1.18.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":74494},"main":"./dist/cli.js","type":"commonjs","engines":{"npm":"6 - 10","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"ddca942d0f53c3200fa68289020b8c4d27a8e47e","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build test","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"10.5.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"20.12.2","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","packageurl-js":"^1.2.1","normalize-package-data":"^3||^4||^5||^6","@cyclonedx/cyclonedx-library":"^6.6.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"29.7.0","eslint":"8.57.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.4.5","@types/node":"ts5.4","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"3.1.1","eslint-config-standard":"17.1.0","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"12.0.0","eslint-config-standard-with-typescript":"43.0.1"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.18.0_1715184928296_0.29101018167129356","host":"s3://npm-registry-packages"}},"1.12.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.12.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.12.0","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"be181a60634bcdc8be1c6604a59eb3c62420ee70","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.12.0.tgz","fileCount":15,"integrity":"sha512-93N+lhUFrx6QsTa+vQSzAlZ0Xe1fbMbm8HFUszzERG/QfiBWjrMFKgFwdMP9mfkuPAncYjVdqoA7sRwaSyHWhA==","signatures":[{"sig":"MEUCIFXWVpcTKiR6vGfMFgidRZcAHmjrlQRZBO2RBjdOw1YWAiEAi/ui3+iMyHjuhEmaEinHTum68fEm9KLMezsln7flS0s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":68398},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://github.com/sponsors/jkowalleck","type":"github"},{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"6020911f79262c571a655b94f617eb6ccbe99ab9","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"9.6.6","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"20.2.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^3||^4||^5","@cyclonedx/cyclonedx-library":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.5.0","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^16.0.0","typescript":"^5.0.4","@types/node":"ts5.0","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"^3.1.1","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-config-standard-with-typescript":"^34.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.12.0_1684344702059_0.40154974598948323","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.0.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.0.0","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"197fc3b45842fde8ed0aebb5f945332822dac357","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.0.0.tgz","fileCount":12,"integrity":"sha512-lK5T8Dv3JGHod96YE7VdbWy+hS6vszi7LJqAHbQjzj9so1qRVpwkgFG05WJVPR/ODKsVez2Gv/guonWWohtOrA==","signatures":[{"sig":"MEUCIGVB716ImXRXXK+BFdjyOlNMdonW2vv0807t3RItudNIAiEA1XQN8Qg83E2ahB7WBWPbexEbyg54xwDPRzIlNbRJMes=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46813,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLs9OACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmooAA//Q+RxYj6FxIkRU5VRooxdcqu+ZInD43ycOp1vb2F0V+bkmDan\r\n4eiHG21A13EuND9WFLunMiHQo3m81C2pbi4d0XB3GCahGpPQePrCJ9k7Wx2T\r\nhsqR9sxm/sEQGSpS5O4gthSoRxL2WXiZ5i8V80XW6SGuzg1SzX3PL3bDQOhW\r\nDmg1Cns7rgBxBfx0WrfEzwqEX9XWtyc+1OYedPTw2+/0G5Gvad6zW1pzn6LQ\r\npn8bgcgrXZUPJRjXXhs631/gc0kPUOEvkDZRPVbL8R3rKzB3W+XjKVVX3LDf\r\nGQifWtNgZ4AxRF9mX+42P6g8FgQe/T6t+zRuM/ws6lqQi04A8UXmy726vGsl\r\nBhE+wGFIETdNCUscUthuSYzg8TWw5/kSaz3yF7m8mUIgKlRK0ObcWH/ugkjw\r\n/iLhJOFrRi14+sFlRY4UUPEXsS1oBIIf3HwmmvukXaX1C51hLTIA+jMspAGX\r\nWmBmBXOpcYDinQBdc4KgZFBFv55Q+/YRx+3Dha03GgKv9OopsP6vGB0CCIT6\r\nfiibeabWgN3osdMJmHlux+22gXmTt2ipLufbbUz/cT8/FNhSZVUAF8Naovad\r\nLhw1EAJNBUmWP9DSil7ckCB0nlf9Hp1aWs7AWKB5ofBPc38n0cVaBk/CT9Ht\r\nIh2m4nuwaTcjdC+cFA12GlcTnJP37buDaYs=\r\n=r581\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 8","node":">=14"},"exports":"./dist/index.js","gitHead":"c8bd3b7f40b45c561b6d99f21fd7c36694cf5916","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","dog-feed":"node -- bin/cyclonedx-npm-cli.js","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","prepublishOnly":"npm run build"},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"8.15.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"16.17.0","dependencies":{"commander":"^9.4.0","xmlbuilder2":"^3.0.2","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^14.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-simple-import-sort":"^8.0.0","eslint-config-standard-with-typescript":"^23.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.0.0_1664012109913_0.6640919813363129","host":"s3://npm-registry-packages"}},"1.12.1":{"name":"@cyclonedx/cyclonedx-npm","version":"1.12.1","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.12.1","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"7fe799a9274fba0ab7bac0494260076529c7dd5a","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.12.1.tgz","fileCount":15,"integrity":"sha512-ySwmkImfV8VWLugYTiGq9htwdvIByiagTHeQAxNDJJ7MLyT7P7/d7b6SbXkkcH9OuLdD4AZJbtvGdkxQWKc2zg==","signatures":[{"sig":"MEUCIADdyPtZygqfiQcVKZr1EsbhMul862YNgYyp27tyIeLdAiEAkqRa1HAsm2xS2/jhlZhmwXKRx0VF6g6+4fQsCOwe+4k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":67146},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://github.com/sponsors/jkowalleck","type":"github"},{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"ed8aa53f6e841cd1f4dd89d3b23325fe9c21c396","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"npm run build","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"9.6.7","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"20.3.0","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^3||^4||^5","@cyclonedx/cyclonedx-library":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.5.0","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^16.0.0","typescript":"5.1.3","@types/node":"ts5.1","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"^3.1.1","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-config-standard-with-typescript":"^35.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.12.1_1686914636091_0.5841481819582566","host":"s3://npm-registry-packages"}},"1.14.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.14.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.14.0","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"5072a8c22c75b17fcfa38e51d4960a817329515a","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.14.0.tgz","fileCount":15,"integrity":"sha512-9GQdpyd9aV4tVXQxzYPaXPFZktJ6aHGGJG7hJoVsfNqhFvvqAHAVYh4vt7pMsoxYILL9fxOHAtoNWOptb7Z84Q==","signatures":[{"sig":"MEQCIBNfrxLh0IAe2KdHXYQUDcafAMD1M7RqgJ3qo+SSBiiuAiA2rF2jHc+HXpHYDx6KJFs/QkQOJbCrNQs6tM/M9J8wKg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":67563},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 9","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://github.com/sponsors/jkowalleck","type":"github"},{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"e0903eddbf37a0229debcce3b99d3da20b6641ac","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build test","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"9.8.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"20.5.1","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^3||^4||^5||^6","@cyclonedx/cyclonedx-library":"^3||^4||^5||^6"},"_hasShrinkwrap":false,"devDependencies":{"jest":"29.6.4","eslint":"8.48.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.2.2","@types/node":"ts5.2","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"3.1.1","eslint-config-standard":"17.1.0","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"10.0.0","eslint-config-standard-with-typescript":"39.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.14.0_1693733916484_0.4775748438670606","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"@cyclonedx/cyclonedx-npm","version":"1.2.0","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.2.0","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"4860bf54c863144e79910b4ef9b502edf9c26321","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.2.0.tgz","fileCount":12,"integrity":"sha512-MR/1bfCdyoZvTo66v0t2jFU2Ovzes7xFDGHcQQGaJCqM4BR6B9Th2daFI7bNys3/0MJifQZPQqfIDtJtp0EhdA==","signatures":[{"sig":"MEUCIQDRZF+cdhLopWIYLzbx1IRGhBR+pr6dapj+BUGeQ8k+6wIgN8ieCZQwgSuIMUmD/I1zUjlzH4GpW8+dDQPpp/B1Ek8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47937,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVSEcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoSYQ//bz90IrOcrFdGIaJsIOHAUOuFfY1dUpZP41jhe+wj3oS7LPnx\r\nZwcAhqmwJjVfxltzBcgaNInazz7GynPdKYBAP/vOpAa3qDi3wpF/a2FRDdqg\r\n/p5LAwsGeoMYk8pK+D9Mo50kVbLhrZOPURnOYjnh86uNX9DVTOryOZl3FFPi\r\ngDXzmjG59LTGgTUG5oxDl6FfMoD9gsVkneKghczgpAmfpVr6zyaeZIgQNMWi\r\ndvh1BhqEUuhgN/B7HyvdwEng79choPswzWS0TaXEXx0I/v13dVYgqjNdAtyJ\r\n/aMd3mmPkO0xpHmTWsShpBSIYqJMjzq5/QoO1zU/tbMCTbndR/Kr9W9Qgr16\r\nZz0kSy02Q51od84vcbnXWzjKyT7cr6vaOq8DnLfiuMfslzXB+T9hMB3b++/P\r\nMK9BIMJ98JshXvYzIt/4tRVu44DwWjE9KbSgGA7zFD+oD2dD5DSM/Tx8ztGu\r\nH+4wat8fARyCcbvr2uuJy7A30GyXI6ZDMGrrwN4zjcuVdCz3K2N+3X2iTG9g\r\n/GKXXkWx6TvJv15eXUAw2egezpbv+6fIqMQtMVUZ9tL3xnpQB37sq/SmxX8D\r\nN9MRFhCATCrAa3YL7le0zY39L1bMsO1dG9vqIylBiN9sPdhTQSEq2NbUF/uL\r\nOffxl1cR9tRB82J8YErHKzvPiokDr1YaebE=\r\n=VyEC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 8","node":">=14"},"exports":"./dist/index.js","gitHead":"c576c4034be33bdb78a628fd05e481a7ffd9efaa","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","dog-feed":"node -- bin/cyclonedx-npm-cli.js","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","prepublishOnly":"npm run build"},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"8.15.0","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"16.17.1","dependencies":{"commander":"^9.4.0","xmlbuilder2":"^3.0.2","@cyclonedx/cyclonedx-library":"^1.4.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.1.3","eslint":"^8.23.0","fast-glob":"^3.2.11","jest-junit":"^14.0.0","typescript":"^4.8.2","@types/node":"^18.0.6","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-simple-import-sort":"^8.0.0","eslint-config-standard-with-typescript":"^23.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.2.0_1666523420392_0.32243769140909584","host":"s3://npm-registry-packages"}},"1.14.1":{"name":"@cyclonedx/cyclonedx-npm","version":"1.14.1","keywords":["CycloneDX","SBOM","BOM","inventory","bill-of-materials","software-bill-of-materials","component","dependency","package-url","PURL","spdx","node","npm"],"author":{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},"license":"Apache-2.0","_id":"@cyclonedx/cyclonedx-npm@1.14.1","maintainers":[{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},{"name":"jkowalleck","email":"jan.kowalleck@gmail.com"},{"name":"sspringett","email":"steve.springett@owasp.org"},{"name":"eoftedal","email":"erlend@oftedal.no"},{"name":"coderpatros","email":"coderpatros@outlook.com"}],"contributors":[{"name":"Jan Kowalleck","email":"jan.kowalleck@gmail.com"},{"name":"Alex Miller","email":"codex.nz@gmail.com"}],"homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme","bugs":{"url":"https://github.com/CycloneDX/cyclonedx-node-npm/issues"},"bin":{"cyclonedx-npm":"bin/cyclonedx-npm-cli.js"},"dist":{"shasum":"f40cf4a14304fde3472d13e21145e0ac3b557659","tarball":"https://nexus.evolveum.com/nexus/repository/npm/@cyclonedx/cyclonedx-npm/-/cyclonedx-npm-1.14.1.tgz","fileCount":15,"integrity":"sha512-RqndHyQNjM7Egun3xt98qkQH/LFLeBIQG35Kp9zDZSH5y22Jh+yAG47fUlpK+yh746rYY3N3pcfaRBVEGlF8og==","signatures":[{"sig":"MEUCIQDgxOcWiWBJITkp4zbPmi60KBxAVWUWc6G36U2wek1thwIgbczApgdTxIVcr8lodv/GOwJ0VKOxAL3nVtXg5bp2OEs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":67564},"main":"./dist/index.js","type":"commonjs","engines":{"npm":"6 - 10","node":">=14"},"exports":"./dist/index.js","funding":[{"url":"https://github.com/sponsors/jkowalleck","type":"github"},{"url":"https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX","type":"individual"}],"gitHead":"f377f453dabeb5d28e3e4388be257e653dcb2d88","scripts":{"lint":"tsc --noEmit","test":"run-p --aggregate-output -lc test:*","build":"tsc -b ./tsconfig.json","cs-fix":"eslint --fix .","prebuild":"node -r fs -e 'fs.rmSync(`dist`,{recursive:true,force:true})'","test:jest":"jest","prepublish":"npm run build","setup-tests":"echo 'noting yet'","test:standard":"eslint .","dogfooding:npx":"npx .","prepublishOnly":"run-s -lc build test","dogfooding:direct":"node -- bin/cyclonedx-npm-cli.js","dogfooding:npm-exec":"npm exec ."},"_npmUser":{"name":"cyclonedx-automation","email":"info@cyclonedx.org"},"jest-junit":{"suiteName":"jest tests","outputName":"tests.junit.xml","outputDirectory":"reports/jest"},"repository":{"url":"git+https://github.com/CycloneDX/cyclonedx-node-npm.git","type":"git"},"_npmVersion":"9.8.1","description":"Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.","directories":{"doc":"docs","lib":"dist","src":"src","test":"tests","example":"demo"},"_nodeVersion":"20.6.1","dependencies":{"commander":"^10.0.0","xmlbuilder2":"^3.0.2","normalize-package-data":"^3||^4||^5||^6","@cyclonedx/cyclonedx-library":"^3||^4||^5||^6"},"_hasShrinkwrap":false,"devDependencies":{"jest":"29.7.0","eslint":"8.49.0","fast-glob":"^3.2.11","jest-junit":"16.0.0","typescript":"5.2.2","@types/node":"ts5.2","imurmurhash":"^0.1.4","npm-run-all":"^4.1.5","eslint-plugin-header":"3.1.1","eslint-config-standard":"17.1.0","@types/normalize-package-data":"^2.4.1","eslint-plugin-simple-import-sort":"10.0.0","eslint-config-standard-with-typescript":"39.0.0"},"_npmOperationalInternal":{"tmp":"tmp/cyclonedx-npm_1.14.1_1695029153528_0.2765612688083159","host":"s3://npm-registry-packages"}}},"name":"@cyclonedx/cyclonedx-npm","time":{"1.10.0":"2023-04-17T10:29:23.970Z","4.1.1":"2025-11-11T09:41:35.087Z","1.0.0-beta.8":"2022-09-10T12:09:07.326Z","4.1.2":"2025-12-05T13:00:16.966Z","1.0.0-beta.7":"2022-09-07T19:15:46.074Z","1.0.0-beta.6":"2022-09-06T14:43:11.348Z","4.1.0":"2025-10-29T10:03:59.654Z","1.0.0-beta.1":"2022-08-20T10:32:07.153Z","1.0.0-beta.5":"2022-09-06T11:30:39.947Z","1.0.0-beta.4":"2022-08-25T17:10:35.686Z","1.0.0-beta.3":"2022-08-23T17:33:09.282Z","1.0.0-beta.2":"2022-08-21T20:29:13.063Z","modified":"2026-03-09T21:19:03.390Z","3.1.0":"2025-06-16T11:10:58.326Z","1.20.0":"2025-01-13T18:38:55.034Z","2.1.0":"2025-03-19T13:51:17.467Z","3.0.1-alpha.0":"2025-05-26T11:42:24.902Z","created":"2022-08-20T10:32:06.822Z","1.3.0":"2022-10-30T11:05:53.703Z","1.5.0":"2022-11-11T19:19:09.880Z","1.7.0":"2022-12-15T13:09:20.995Z","1.7.1":"2022-12-16T12:36:21.530Z","1.19.2":"2024-07-10T13:39:40.035Z","1.7.2":"2022-12-19T14:10:07.563Z","1.9.0":"2023-03-03T09:10:18.616Z","1.19.3":"2024-07-15T13:01:23.244Z","1.7.3":"2023-02-12T08:46:12.258Z","1.9.1":"2023-03-15T12:53:13.457Z","1.13.3":"2023-09-01T10:05:31.467Z","1.17.0":"2024-04-23T11:30:27.082Z","1.19.0":"2024-06-01T15:22:51.240Z","1.13.0":"2023-07-07T09:13:25.690Z","1.1.0":"2022-10-22T18:55:10.360Z","1.13.1":"2023-08-18T11:52:26.155Z","1.13.2":"2023-08-28T14:36:05.240Z","1.15.0":"2023-12-10T15:29:41.606Z","1.11.0":"2023-04-27T08:12:01.352Z","1.7.4":"2023-02-14T12:50:19.392Z","1.9.2":"2023-03-30T14:25:50.566Z","4.0.2":"2025-09-16T10:18:34.201Z","4.2.0":"2026-03-03T13:25:07.850Z","1.7.5":"2023-02-14T13:04:22.393Z","4.0.3":"2025-09-22T08:10:17.386Z","4.2.1":"2026-03-09T09:09:47.222Z","4.0.0":"2025-06-23T09:11:56.255Z","4.0.1":"2025-09-04T12:38:31.143Z","3.0.0":"2025-04-08T20:42:15.724Z","4.1.1-rc.0":"2025-10-29T10:24:05.650Z","2.0.0":"2025-01-27T10:45:10.171Z","1.8.0-alpha.5d82149ae21396f6824c94185281b9162e2a1841":"2023-02-13T19:02:22.741Z","1.4.0":"2022-11-05T09:26:42.003Z","1.4.1":"2022-11-06T01:03:11.713Z","1.6.0":"2022-11-12T08:36:11.764Z","1.6.1":"2022-11-19T18:04:00.210Z","1.8.0":"2023-02-16T19:25:36.196Z","1.14.2":"2023-11-06T09:46:58.531Z","1.16.0":"2023-12-11T16:32:27.768Z","1.14.3":"2023-12-01T16:06:48.050Z","1.16.1":"2024-01-11T22:11:32.853Z","1.16.2":"2024-03-19T11:10:51.150Z","1.18.0":"2024-05-08T16:15:28.458Z","1.12.0":"2023-05-17T17:31:42.246Z","1.0.0":"2022-09-24T09:35:10.113Z","1.12.1":"2023-06-16T11:23:56.303Z","1.14.0":"2023-09-03T09:38:36.685Z","1.2.0":"2022-10-23T11:10:20.564Z","1.14.1":"2023-09-18T09:25:53.748Z"},"contributors":[{"name":"Jan Kowalleck","url":"https://github.com/jkowalleck"},{"name":"Alex Miller","email":"codex.nz@gmail.com"},{"name":"Malick Burger","email":"malickjackburger@gmail.com","url":"https://github.com/MalickBurger"},{"name":"Igor Dimitrijevic","url":"https://github.com/igord"},{"name":"Arthur Lutz","url":"https://github.com/arthurlutz"},{"name":"Joona Heinikoski","url":"https://github.com/joonamo"},{"name":"cuhland","url":"https://github.com/cuhland"}],"readmeFilename":"README.md","homepage":"https://github.com/CycloneDX/cyclonedx-node-npm#readme"}