[update]
This commit is contained in:
29
src_bundle/package.json
Normal file
29
src_bundle/package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user