Files
safeImport/src_bundle/package.json

30 lines
717 B
JSON
Raw Normal View History

2025-07-26 13:44:32 +01:00
{
"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"
}
}