Bump artifact dependencies if CODEQL_ACTION_ARTIFACT_V2_UPGRADE enabled (#2482)

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
Co-authored-by: Henry Mercer <henrymercer@github.com>
This commit is contained in:
Angela P Wen 2024-10-01 09:59:05 -07:00 committed by GitHub
parent cf5b0a9041
commit a196a714b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5388 changed files with 2176737 additions and 71701 deletions

42
node_modules/streamx/package.json generated vendored Normal file
View file

@ -0,0 +1,42 @@
{
"name": "streamx",
"version": "2.20.1",
"description": "An iteration of the Node.js core streams with a series of improvements",
"main": "index.js",
"dependencies": {
"fast-fifo": "^1.3.2",
"queue-tick": "^1.0.1",
"text-decoder": "^1.1.0"
},
"devDependencies": {
"b4a": "^1.6.6",
"brittle": "^3.1.1",
"end-of-stream": "^1.4.4",
"standard": "^17.0.0"
},
"optionalDependencies": {
"bare-events": "^2.2.0"
},
"files": [
"index.js"
],
"imports": {
"events": {
"bare": "bare-events",
"default": "events"
}
},
"scripts": {
"test": "standard && brittle test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/streamx.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/streamx/issues"
},
"homepage": "https://github.com/mafintosh/streamx"
}