This commit is contained in:
2025-07-26 13:44:32 +01:00
parent 5b584a90a5
commit 2d02acacc7
24 changed files with 4519 additions and 77 deletions

29
src_bundle/package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "src_bundle",
"version": "1.0.0",
"description": "Reads a bundle and bundles its dependencies into objects.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ansi-regex": "^6.1.0",
"ansi-styles": "^6.2.1",
"chalk": "^5.4.1",
"classnames": "^2.5.1",
"color-convert": "^3.1.0",
"color-name": "^2.0.0",
"debug": "^4.4.1",
"has-flag": "^5.0.1",
"minimatch": "^10.0.3",
"ms": "^2.1.3",
"semver": "^7.7.2",
"string-width": "^7.2.0",
"strip-ansi": "^7.1.0",
"supports-color": "^10.0.0",
"tslib": "^2.8.1",
"type-fest": "^4.41.0"
}
}