Add terser as a devDependency and update package-lock.json with new dependencies

This commit is contained in:
Torsten Schulz (local)
2025-12-04 16:43:12 +01:00
parent 6e9116e819
commit fb2de33e76
197 changed files with 108854 additions and 0 deletions

19
client/node_modules/buffer-from/package.json generated vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "buffer-from",
"version": "1.1.2",
"license": "MIT",
"repository": "LinusU/buffer-from",
"files": [
"index.js"
],
"scripts": {
"test": "standard && node test"
},
"devDependencies": {
"standard": "^12.0.1"
},
"keywords": [
"buffer",
"buffer from"
]
}