Last active
July 28, 2020 10:45
-
-
Save stevespringett/4d3c39aceb48d9487f644c85845dfe6c to your computer and use it in GitHub Desktop.
A ridiculously bloated non-functional project designed to produce a large number of dependencies from which an SBOM can be generated for testing purposes. Execute `npm install` then `npm run bom`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "bloated", | |
"version": "1.0.0", | |
"private": true, | |
"description": "A ridiculously bloated non-functional project designed to produce a large number of dependencies from which an SBOM can be generated for testing purposes", | |
"main": "index.js", | |
"scripts": { | |
"bom": "cyclonedx-bom -o bom.xml" | |
}, | |
"license": "MIT", | |
"dependencies": { | |
"@astro-my/sign-request": "^0.1.1", | |
"@boundless-inc/mobiledoc-dom-renderer": "^0.6.5", | |
"@ericmcornelius/ease": "^0.5.5", | |
"@jonathansadowski/wpc-test": "^0.17.0", | |
"@ngxvoice/ngx-voicelistner": "^1.0.0", | |
"apc-youtube": "^1.0.0", | |
"axios-retry-ano": "^1.0.2", | |
"bloater": "^0.2.5", | |
"canvas-fingerprint": "^1.0.3", | |
"fhir2": "^1.0.0", | |
"first-app-lyfuci": "^1.0.0", | |
"lazy-bee-ui": "^1.0.0", | |
"miguelcostero-ng2-toasty": "0.0.0-semantically-released", | |
"omni-common-ui": "^0.39.0", | |
"patternx": "0.0.1", | |
"primeng-custom": "^4.0.0-beta.1", | |
"react-angular-component": "^0.1.0", | |
"react-application-core": "0.0.373", | |
"react-misc-toolbox": "^1.1.55", | |
"react-native-version-manager": "^1.1.0", | |
"react-redux-demo1": "^1.0.0", | |
"react-websockets": "^1.0.0", | |
"search-list-react": "^1.1.0", | |
"uinz-notification": "^1.0.1", | |
"viber-botkit": "^1.0.4", | |
"vue-size-tracker": "^1.1.0", | |
"wc-starterkit": "^1.0.0", | |
"web-component-tester-bundle": "0.0.8", | |
"webche": "^0.1.2" | |
}, | |
"devDependencies": { | |
"@cyclonedx/bom": "^1.1.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment