wip:milestone 0 fixes
Some checks failed
CI/CD Pipeline / unit-tests (push) Failing after 1m16s
CI/CD Pipeline / integration-tests (push) Failing after 2m32s
CI/CD Pipeline / lint (push) Successful in 5m22s
CI/CD Pipeline / e2e-tests (push) Has been skipped
CI/CD Pipeline / build (push) Has been skipped

This commit is contained in:
2026-03-15 12:35:42 +02:00
parent 6708cf28a7
commit cffdf8af86
61266 changed files with 4511646 additions and 1938 deletions

53
control-plane-ui/node_modules/get-stream/package.json generated vendored Normal file
View File

@@ -0,0 +1,53 @@
{
"name": "get-stream",
"version": "8.0.1",
"description": "Get a stream as a string, Buffer, ArrayBuffer or array",
"license": "MIT",
"repository": "sindresorhus/get-stream",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": {
"types": "./source/index.d.ts",
"default": "./source/index.js"
},
"engines": {
"node": ">=16"
},
"scripts": {
"benchmark": "node benchmarks/index.js",
"test": "xo && ava && tsd --typings=source/index.d.ts --files=source/index.test-d.ts"
},
"files": [
"source",
"!*.test-d.ts"
],
"keywords": [
"get",
"stream",
"promise",
"concat",
"string",
"text",
"buffer",
"read",
"data",
"consume",
"readable",
"readablestream",
"object",
"concat"
],
"devDependencies": {
"@types/node": "^20.5.0",
"ava": "^5.3.1",
"precise-now": "^2.0.0",
"stream-json": "^1.8.0",
"tsd": "^0.28.1",
"xo": "^0.56.0"
}
}